]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
make all d-pointer * const pointers
[apt.git] / apt-pkg / deb / debsrcrecords.h
index 7aeb2db8825bcf8c099ae76e36da5e1b6192a08c..64b07a1eccfc216ee13eab22c6bc737ace545e2f 100644 (file)
@@ -24,7 +24,7 @@ class pkgIndexFile;
 class APT_HIDDEN debSrcRecordParser : public pkgSrcRecords::Parser
 {
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
 
  protected:
    FileFd Fd;