]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
enforce GCC5 C++11 ABI and usage
[apt.git] / apt-pkg / cachefile.h
index 74a092593d3f64adf7718a2215ac00fd4b82c406..83dd90d3671b5eaa0bf8ed3b81e007af7f1c56fc 100644 (file)
@@ -37,7 +37,7 @@ class OpProgress;
 class pkgCacheFile
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
 
    protected: