]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/orderlist.h
reenable gcc warnings for deprecated functions
[apt.git] / apt-pkg / orderlist.h
index 7b35b295504e8c3a427650149815be8889d9d42c..80876e3f9499d46249e8183e8a3ef5ec9c0acf63 100644 (file)
@@ -69,9 +69,8 @@ class pkgOrderList : protected pkgCache::Namespace
    bool DoRun();
    
    // For pre sorting
-   static pkgOrderList *Me;
-   static int OrderCompareA(const void *a, const void *b) APT_PURE;
-   static int OrderCompareB(const void *a, const void *b) APT_PURE;
+   int OrderCompareA(Package *a, Package *b) APT_PURE;
+   int OrderCompareB(Package *a, Package *b) APT_PURE;
    int FileCmp(PkgIterator A,PkgIterator B) APT_PURE;
    
    public: