]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / deb / debmetaindex.h
index 2b9922987aaff097e2c4f354697ef70eb4e8734e..8e6a1463bdd40e51b8176eba0de63ef551cf5c2d 100644 (file)
@@ -2,10 +2,6 @@
 #ifndef PKGLIB_DEBMETAINDEX_H
 #define PKGLIB_DEBMETAINDEX_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/debmetaindex.h"
-#endif
-
 #include <apt-pkg/metaindex.h>
 #include <apt-pkg/sourcelist.h>
 
@@ -26,6 +22,7 @@ class debReleaseIndex : public metaIndex {
    public:
 
    debReleaseIndex(string URI, string Dist);
+   ~debReleaseIndex();
 
    virtual string ArchiveURI(string File) const {return URI + File;};
    virtual bool GetIndexes(pkgAcquire *Owner, bool GetAll=false) const;