summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r--apt-pkg/depcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h
index 0594a253d..40a2fcaab 100644
--- a/apt-pkg/depcache.h
+++ b/apt-pkg/depcache.h
@@ -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);