]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.h
* apt-pkg/pkgcache.cc:
[apt.git] / apt-pkg / clean.h
index ee65fcb61a2d36ef62d15594f1ee4fb5efb362b6..2aee2bf54fe31dbd61fe917a50f966653d5cabc3 100644 (file)
@@ -10,9 +10,6 @@
 #ifndef APTPKG_CLEAN_H
 #define APTPKG_CLEAN_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/clean.h"
-#endif 
 
 #include <apt-pkg/pkgcache.h>
 
@@ -25,6 +22,7 @@ class pkgArchiveCleaner
    public:   
    
    bool Go(string Dir,pkgCache &Cache);
+   virtual ~pkgArchiveCleaner() {};
 };
 
 #endif