summaryrefslogtreecommitdiff
path: root/apt-pkg/aptconfiguration.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-09-04 15:46:40 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-09-04 15:46:40 +0200
commit3df2cc3c0e9fb4dff107b69a99443ae9a03a3f80 (patch)
treed4e147237b541f808c5e2d476c050a28be5d4629 /apt-pkg/aptconfiguration.h
parent85909fca550d03b0e215d16cdd701190b43ff63c (diff)
releasing version 0.9.7.5ubuntu2
Diffstat (limited to 'apt-pkg/aptconfiguration.h')
-rw-r--r--apt-pkg/aptconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/aptconfiguration.h b/apt-pkg/aptconfiguration.h
index 516f451d9..d22b675c0 100644
--- a/apt-pkg/aptconfiguration.h
+++ b/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
*