Removed config:: qualifier

This commit is contained in:
Douglas Hains 2008-04-02 01:03:14 +00:00
parent bed49629eb
commit a1eb8a2c53

View file

@ -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;