diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-09-04 15:46:40 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-09-04 15:46:40 +0200 |
commit | 3df2cc3c0e9fb4dff107b69a99443ae9a03a3f80 (patch) | |
tree | d4e147237b541f808c5e2d476c050a28be5d4629 /apt-pkg/aptconfiguration.h | |
parent | 85909fca550d03b0e215d16cdd701190b43ff63c (diff) |
releasing version 0.9.7.5ubuntu2
Diffstat (limited to 'apt-pkg/aptconfiguration.h')
-rw-r--r-- | apt-pkg/aptconfiguration.h | 2 |
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 * |