]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.h
merged from lp:~donkult/apt/experimental
[apt.git] / apt-pkg / contrib / configuration.h
index 3568ce8152ba8cded8d061a7111e6313ff2a9503..2844ec0977c7b9478384accf2d3a49ee03c59697 100644 (file)
@@ -84,7 +84,7 @@ class Configuration
    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;