summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-15 10:48:01 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-15 10:48:01 +0200
commit49f9dae5f40f25006e750ae14f36262bfd440fcb (patch)
tree48e780f26f4f8326400587a816698346b398de1a /apt-pkg/contrib/configuration.h
parent5e4d60ae66873924815edb89d533faab7006a46b (diff)
parent0df8c3dccbda739af6e20999fb208ada0619ad80 (diff)
merged from debian-sid
Diffstat (limited to 'apt-pkg/contrib/configuration.h')
-rw-r--r--apt-pkg/contrib/configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/configuration.h b/apt-pkg/contrib/configuration.h
index 3568ce815..2844ec097 100644
--- a/apt-pkg/contrib/configuration.h
+++ b/apt-pkg/contrib/configuration.h
@@ -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;