Removed config:: qualifier
This commit is contained in:
parent
bed49629eb
commit
a1eb8a2c53
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public:
|
|||
void merge_with(const config& c);
|
||||
//! Merge config 'c' into this config.
|
||||
//! Keeps this config's values and does not add existing elements.
|
||||
void config::merge_and_keep(const config& c);
|
||||
void merge_and_keep(const config& c);
|
||||
|
||||
bool matches(const config &filter) const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue