]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.h
testcases runable as root
[apt.git] / apt-pkg / acquire-method.h
index 675c4f8448231d22f321e18b753a15e91332ddbe..48bd956723e0d651c46468ef28c0697082e16e0b 100644 (file)
@@ -108,7 +108,7 @@ class pkgAcqMethod
    inline void SetIP(std::string aIP) {IP = aIP;};
    
    pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
-   virtual ~pkgAcqMethod() {};
+   virtual ~pkgAcqMethod();
    void DropPrivsOrDie();
    private:
    APT_HIDDEN void Dequeue();