add a comment
This commit is contained in:
parent
047da50f38
commit
eb396e75cd
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue