AFBClient: impl ptr is const
[staging/windowmanager.git] / client-lib / AFBClient.h
index 964e2b0..79a2ce1 100644 (file)
@@ -40,6 +40,6 @@ public:
     struct Impl;
 
 private:
-    Impl *d;
+    Impl *const d;
 };
 #endif // AFBCLIENT_H