diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-26 12:02:03 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | 0c654b464fa215190c5fef74e8aa6e0d951224e7 (patch) | |
tree | a158144b3cf519c543e5e1613d6e365711fc9a8a /include/notifications | |
parent | 6a6cca286f8dca9a41fb13d51f991dd88eec5791 (diff) | |
download | ayatana-indicator-datetime-0c654b464fa215190c5fef74e8aa6e0d951224e7.tar.gz ayatana-indicator-datetime-0c654b464fa215190c5fef74e8aa6e0d951224e7.tar.bz2 ayatana-indicator-datetime-0c654b464fa215190c5fef74e8aa6e0d951224e7.zip |
Fixed as reviewer requested.
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/notifications.h | 2 |
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; }; /** |