소스 검색

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
 	 *