From: Michael Vogt Date: Tue, 4 Sep 2012 13:34:39 +0000 (+0200) Subject: apt-pkg/aptconfiguration.h: fix compiler error X-Git-Tag: 0.9.7.5~3 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/601c2c8ec3d33a1e787af75f20b51d1131cb6d74?hp=89e95aee05c7f2fde7eb11261df9697a4896b49b apt-pkg/aptconfiguration.h: fix compiler error --- 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 *