]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/clean.h
try not to call memcpy with length 0 in hash calculations
[apt.git] / apt-pkg / clean.h
index a1495702b7b3019ea31125c2efb555ce59dface8..6cedae0869a7811426273c9bca57e51cbddc21a7 100644 (file)
@@ -21,7 +21,7 @@ class pkgCache;
 class pkgArchiveCleaner
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
 
    protected: