]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-worker.h
CMake: Add coverage build type
[apt.git] / apt-pkg / acquire-worker.h
index 31b9d3b88b838bdb6febf78413bd1d7f019b7a3e..42762abe0427ee1c404c050f7495ae305a9477c4 100644 (file)
@@ -47,7 +47,7 @@
 class pkgAcquire::Worker : public WeakPointable
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
   
    friend class pkgAcquire;