summaryrefslogtreecommitdiff
path: root/apt-pkg/indexfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/indexfile.h')
-rw-r--r--apt-pkg/indexfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/indexfile.h b/apt-pkg/indexfile.h
index b6472e201..7eeccdbd3 100644
--- a/apt-pkg/indexfile.h
+++ b/apt-pkg/indexfile.h
@@ -89,7 +89,7 @@ class IndexTarget /*{{{*/
class pkgIndexFile
{
- void *d;
+ void * const d;
protected:
bool Trusted;
@@ -150,7 +150,7 @@ class pkgIndexFile
class pkgIndexTargetFile : public pkgIndexFile
{
- void *d;
+ void * const d;
protected:
IndexTarget const Target;