From 0c654b464fa215190c5fef74e8aa6e0d951224e7 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Tue, 26 Apr 2016 12:02:03 -0300 Subject: Fixed as reviewer requested. --- include/notifications/notifications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/notifications') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 2bb6694..4b66800 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -81,7 +81,7 @@ public: private: friend class Engine; class Impl; - std::shared_ptr impl; + std::unique_ptr impl; }; /** -- cgit v1.2.3