]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspsystem.h
allow individual targets to be kept compressed
[apt.git] / apt-pkg / edsp / edspsystem.h
index 06a63f40c265b5f10bc471260395e4ca6a706203..156b02bb5ec77b69c6b8876cd808458a123864a1 100644 (file)
@@ -25,7 +25,7 @@ class edspIndex;
 class APT_HIDDEN edspSystem : public pkgSystem
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
 
    edspIndex *StatusFile;
 
@@ -42,7 +42,7 @@ class APT_HIDDEN edspSystem : public pkgSystem
                          pkgIndexFile *&Found) const;
 
    edspSystem();
-   ~edspSystem();
+   virtual ~edspSystem();
 };
 
 #endif