]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
make all d-pointer * const pointers
[apt.git] / apt-pkg / depcache.h
index 0594a253d2e1cb0c1fa1a4e058b1c6c2f3d7e1a2..40a2fcaab9db781bdac19f89fb6cd1a4b64a1ed7 100644 (file)
@@ -163,7 +163,7 @@ class pkgDepCache : protected pkgCache::Namespace
     */
    class ActionGroup
    {
-       void *d;
+       void * const d;
        pkgDepCache &cache;
 
        bool released;
@@ -503,7 +503,7 @@ class pkgDepCache : protected pkgCache::Namespace
         bool const rPurge, unsigned long const Depth, bool const FromUser);
 
    private:
-   void *d;
+   void * const d;
 
    APT_HIDDEN bool IsModeChangeOk(ModeList const mode, PkgIterator const &Pkg,
                        unsigned long const Depth, bool const FromUser);