summaryrefslogtreecommitdiff
path: root/apt-pkg/aptconfiguration.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-02-18 00:30:51 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-02-18 00:30:51 +0100
commitd7cf5923a093e89ab5aac0bf8cd1c3042997990c (patch)
tree7bbc2dbf1d7b5558895201e58d10a7cbe2563f2b /apt-pkg/aptconfiguration.h
parent319810767180e5c57c296b06c93e3ebec9f36a8e (diff)
dd 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 f2f04a39b..2ba1b3825 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);
/*}}}*/
};