]> 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 36b20893a27743c6e0750646664be242f8d2bda3..83dd90d3671b5eaa0bf8ed3b81e007af7f1c56fc 100644 (file)
@@ -1,6 +1,5 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: cachefile.h,v 1.5 2002/04/27 04:28:04 jgg Exp $
 /* ######################################################################
    
    CacheFile - Simple wrapper class for opening, generating and whatnot
@@ -38,7 +37,7 @@ class OpProgress;
 class pkgCacheFile
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
 
    protected: