]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/aptconfiguration.h
* apt-pkg/contrib/mmap.{h,cc}:
[apt.git] / apt-pkg / aptconfiguration.h
index f2f04a39bd840a9a6db6bfd28f9a935105593a81..2ba1b38256699d8e9b76a811c9270d0c28e30580 100644 (file)
@@ -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);
 
                                                                        /*}}}*/
 };