]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.h
* merged the debian--auto-mark patch
[apt.git] / apt-pkg / clean.h
index ee65fcb61a2d36ef62d15594f1ee4fb5efb362b6..43164e250ba809516805e06d942fdef02885a289 100644 (file)
@@ -25,6 +25,7 @@ class pkgArchiveCleaner
    public:   
    
    bool Go(string Dir,pkgCache &Cache);
+   virtual ~pkgArchiveCleaner() {};
 };
 
 #endif