]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
releasing package apt version 1.1~exp5
[apt.git] / apt-pkg / pkgcache.h
index 6a89eabd72c3d2ad058db082844341080246f0d5..4f856820509d6f0c0532a42492f27e1ed942e232 100644 (file)
@@ -228,7 +228,7 @@ class pkgCache                                                              /*{{{*/
 
 private:
    bool MultiArchEnabled;
-   PkgIterator SingleArchFindPkg(const std::string &Name);
+   APT_HIDDEN PkgIterator SingleArchFindPkg(const std::string &Name);
 };
                                                                        /*}}}*/
 // Header structure                                                    /*{{{*/