]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.h
Merge changelog entries from sid-gcc5
[apt.git] / apt-pkg / srcrecords.h
index 71173c95354b8a4c757c0df688d3ce9fc37f6c99..f0a3c463acb9a081cecacf470666432e79fc2078 100644 (file)
@@ -48,7 +48,7 @@ APT_IGNORE_DEPRECATED_POP
    // Abstract parser for each source record
    class Parser
    {
-      void *d;
+      void * const d;
       protected:
       
       const pkgIndexFile *iIndex;
@@ -93,7 +93,7 @@ APT_IGNORE_DEPRECATED_POP
    
    private:
    /** \brief dpointer placeholder (for later in case we need it) */
-   void *d;
+   void * const d;
    
    // The list of files and the current parser pointer
    std::vector<Parser*> Files;