]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefile.h
merge with debian/sid
[apt.git] / apt-pkg / cachefile.h
index b4f41c6f4b04cdde6f55b9ac54332bfda7ea6cf3..243061f0fb24caf5a57acd4e403ed04d5678b92f 100644 (file)
@@ -25,6 +25,9 @@
 
 class pkgCacheFile
 {
+   /** \brief dpointer placeholder (for later in case we need it) */
+   void *d;
+
    protected:
    
    MMap *Map;