diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-18 00:30:51 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-18 00:30:51 +0100 |
commit | d7cf5923a093e89ab5aac0bf8cd1c3042997990c (patch) | |
tree | 7bbc2dbf1d7b5558895201e58d10a7cbe2563f2b /apt-pkg/aptconfiguration.h | |
parent | 319810767180e5c57c296b06c93e3ebec9f36a8e (diff) |
dd support for the LANGUAGE environment variable
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 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); /*}}}*/ }; |