diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-09-04 15:34:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-09-04 15:34:39 +0200 |
commit | 601c2c8ec3d33a1e787af75f20b51d1131cb6d74 (patch) | |
tree | 04db31b2cda9f33af8dea8ef42b7885ac9987765 /apt-pkg | |
parent | 89e95aee05c7f2fde7eb11261df9697a4896b49b (diff) |
apt-pkg/aptconfiguration.h: fix compiler error
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/aptconfiguration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/aptconfiguration.h b/apt-pkg/aptconfiguration.h index 516f451d9..d22b675c0 100644 --- a/apt-pkg/aptconfiguration.h +++ b/apt-pkg/aptconfiguration.h @@ -73,7 +73,7 @@ public: /*{{{*/ * \param All defines if we check against all codes or only against used codes * \return true if we are interested, false otherwise */ - bool static const Configuration::checkLanguage(std::string Lang, bool const All = false); + bool static const checkLanguage(std::string Lang, bool const All = false); /** \brief Returns a vector of Architectures we support * |