add a comment

This commit is contained in:
Gunter Labes 2007-12-20 21:52:48 +00:00
parent 047da50f38
commit eb396e75cd

View file

@ -147,6 +147,8 @@ public:
void apply_diff(const config& diff); //throw error
//! Merge config 'c' into this config.
//! Overwrites this config's values.
void merge_with(const config& c);
bool matches(const config &filter) const;