diff options
Diffstat (limited to 'src/client/QXmppAtmTrustMemoryStorage.h')
| -rw-r--r-- | src/client/QXmppAtmTrustMemoryStorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppAtmTrustMemoryStorage.h b/src/client/QXmppAtmTrustMemoryStorage.h index 432c2058..9d309e2a 100644 --- a/src/client/QXmppAtmTrustMemoryStorage.h +++ b/src/client/QXmppAtmTrustMemoryStorage.h @@ -27,7 +27,7 @@ public: /// \endcond private: - std::unique_ptr<QXmppAtmTrustMemoryStoragePrivate> d; + const std::unique_ptr<QXmppAtmTrustMemoryStoragePrivate> d; }; #endif // QXMPPATMTRUSTMEMORYSTORAGE_H |
