]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcachegen.h
split-up Dependency struct
[apt.git] / apt-pkg / pkgcachegen.h
index c7b6de1b6b5a62f6f3a22a43ef52a3474a2bd796..c56b5abae6e5dd804175ea8b01ccbfc84b9ba31b 100644 (file)
@@ -125,7 +125,7 @@ class APT_HIDDEN pkgCacheGenerator                                  /*{{{*/
    virtual ~pkgCacheGenerator();
 
    private:
-   void *d;
+   void * const d;
    APT_HIDDEN bool MergeListGroup(ListParser &List, std::string const &GrpName);
    APT_HIDDEN bool MergeListPackage(ListParser &List, pkgCache::PkgIterator &Pkg);
    APT_HIDDEN bool MergeListVersion(ListParser &List, pkgCache::PkgIterator &Pkg,
@@ -152,7 +152,7 @@ class APT_HIDDEN pkgCacheGenerator::ListParser
    // Flag file dependencies
    bool FoundFileDeps;
 
-   void *d;
+   void * const d;
 
    protected: