]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsystem.h
make all d-pointer * const pointers
[apt.git] / apt-pkg / deb / debsystem.h
index 226cd60bfd91147a9d86c44e4d8277b1171bfcbb..e59bbebed8ac7fe9e45382d4c9dd6e0451408f14 100644 (file)
@@ -28,7 +28,7 @@ class debStatusIndex;
 class debSystem : public pkgSystem
 {
    // private d-pointer
-   debSystemPrivate *d;
+   debSystemPrivate * const d;
    APT_HIDDEN bool CheckUpdates();
 
    public: