]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsystem.h
parse arch-qualified Provides correctly
[apt.git] / apt-pkg / deb / debsystem.h
index a945f68fbaaeb93bb212e742783ae4482e4ff369..226cd60bfd91147a9d86c44e4d8277b1171bfcbb 100644 (file)
@@ -29,7 +29,7 @@ class debSystem : public pkgSystem
 {
    // private d-pointer
    debSystemPrivate *d;
-   bool CheckUpdates();
+   APT_HIDDEN bool CheckUpdates();
 
    public: