apt-pkg/aptconfiguration.h: fix compiler error
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 4 Sep 2012 13:34:39 +0000 (15:34 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 4 Sep 2012 13:34:39 +0000 (15:34 +0200)
apt-pkg/aptconfiguration.h

index 516f451..d22b675 100644 (file)
@@ -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
         *