Browse Source

apt-pkg/aptconfiguration.h: fix compiler error

Michael Vogt 14 years ago
parent
commit
601c2c8ec3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apt-pkg/aptconfiguration.h

+ 1 - 1
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
 	 *