Explorar el Código

apt-pkg/aptconfiguration.h: fix compiler error

Michael Vogt hace 14 años
padre
commit
601c2c8ec3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	 *