AFBClient: impl ptr is const
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>
Tue, 12 Sep 2017 10:29:09 +0000 (12:29 +0200)
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>
Thu, 14 Sep 2017 12:04:51 +0000 (14:04 +0200)
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
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