From 4824d134e1cc7a6b99b20238974264a54520c699 Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 12 Sep 2017 12:29:09 +0200 Subject: [PATCH] AFBClient: impl ptr is const Signed-off-by: Marcus Fritzsch --- client-lib/AFBClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6