]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
releasing version 0.8.16~exp3
[apt.git] / apt-pkg / contrib / configuration.h
index 71e5a0e47b3f61dc40eb006661e945265bb8d863..3568ce8152ba8cded8d061a7111e6313ff2a9503 100644 (file)
@@ -82,8 +82,9 @@ class Configuration
              
    inline void Set(const string &Name,const string &Value) {Set(Name.c_str(),Value);};
    void CndSet(const char *Name,const string &Value);
+   void CndSet(const char *Name,const int Value);
    void Set(const char *Name,const string &Value);
-   void Set(const char *Name,const int &Value);
+   void Set(const char *Name,const int Value);
    
    inline bool Exists(const string &Name) const {return Exists(Name.c_str());};
    bool Exists(const char *Name) const;