aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client-lib/AFBClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-lib/AFBClient.h b/client-lib/AFBClient.h
index 964e2b0..79a2ce1 100644
--- a/client-lib/AFBClient.h
+++ b/client-lib/AFBClient.h
@@ -40,6 +40,6 @@ public:
struct Impl;
private:
- Impl *d;
+ Impl *const d;
};
#endif // AFBCLIENT_H