]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
fix some more ABI issues, abicheck is happy now
[apt.git] / apt-pkg / acquire-method.h
index 2dd9ad685877682058b8a1f1527f5459f3484835..00f99e0a09b1aa5bf3f05d91b4894cd1805a42e5 100644 (file)
@@ -104,6 +104,9 @@ class pkgAcqMethod
    
    pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
    virtual ~pkgAcqMethod() {};
+
+   private:
+   void Dequeue();
 };
 
 /** @} */