summaryrefslogtreecommitdiff
path: root/apt-pkg/orderlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/orderlist.h')
-rw-r--r--apt-pkg/orderlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/orderlist.h b/apt-pkg/orderlist.h
index 6d9f45eed..7b35b2955 100644
--- a/apt-pkg/orderlist.h
+++ b/apt-pkg/orderlist.h
@@ -24,7 +24,7 @@
class pkgDepCache;
class pkgOrderList : protected pkgCache::Namespace
{
- void *d;
+ void * const d;
protected:
pkgDepCache &Cache;