diff options
Diffstat (limited to 'apt-pkg/clean.h')
-rw-r--r-- | apt-pkg/clean.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/clean.h b/apt-pkg/clean.h index a1495702b..6cedae086 100644 --- a/apt-pkg/clean.h +++ b/apt-pkg/clean.h @@ -21,7 +21,7 @@ class pkgCache; class pkgArchiveCleaner { /** \brief dpointer placeholder (for later in case we need it) */ - void *d; + void * const d; protected: |