]> 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 a945f68fbaaeb93bb212e742783ae4482e4ff369..e59bbebed8ac7fe9e45382d4c9dd6e0451408f14 100644 (file)
@@ -28,8 +28,8 @@ class debStatusIndex;
 class debSystem : public pkgSystem
 {
    // private d-pointer
-   debSystemPrivate *d;
-   bool CheckUpdates();
+   debSystemPrivate * const d;
+   APT_HIDDEN bool CheckUpdates();
 
    public: