]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
rename CleaAll() -> Clear()
[apt.git] / apt-pkg / contrib / configuration.h
index 4c2e750413852e32586b73410452d78bded66d04..d9c6a30b532b1298bc4ff1b76fc943885e59e9ec 100644 (file)
@@ -94,6 +94,7 @@ class Configuration
 
    // clear a whole tree
    void Clear(const std::string &Name);
+   void Clear();
 
    // remove a certain value from a list (e.g. the list of "APT::Keep-Fds")
    void Clear(std::string const &List, std::string const &Value);