summaryrefslogtreecommitdiff
path: root/apt-pkg/aptconfiguration.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-02-14 23:34:56 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-02-14 23:34:56 +0100
commit83742b3cf4b541fd61533dfecdc97e0e4502a7a4 (patch)
tree4b6be75f1471e6b406989dcc102754c996bad50d /apt-pkg/aptconfiguration.h
parentee60a63480f7d1a963d7ef2a8e399d0f9b651d71 (diff)
Add support for the LANGUAGE environment variable
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 b6650e20c..dd339d841 100644
--- a/apt-pkg/aptconfiguration.h
+++ b/apt-pkg/aptconfiguration.h
@@ -64,7 +64,7 @@ public: /*{{{*/
* \return a vector of (all) Language Codes in the prefered usage order
*/
std::vector<std::string> static const getLanguages(bool const &All = false,
- bool const &Cached = true, char const * const Locale = 0);
+ bool const &Cached = true, char const ** const Locale = 0);
/** \brief Returns a vector of Architectures we support
*