aboutsummaryrefslogtreecommitdiff
path: root/include/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifications')
-rw-r--r--include/notifications/notifications.h2
1 files changed, 1 insertions, 1 deletions
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> impl;
+ std::unique_ptr<Impl> impl;
};
/**