浏览代码

apt-pkg/aptconfiguration.h: fix compiler error

Michael Vogt 14 年之前
父节点
当前提交
601c2c8ec3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 	 *