diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 10:41:36 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 10:41:36 +0000 |
commit | 5220b871513a9a78ae31075337189ffb17d7c6f5 (patch) | |
tree | 47dc56439c247fcbe6aca343aa7c18c9e2a93ce1 | |
parent | e88a51c841482a67f0d02ed49fbddd9f25d0cae1 (diff) | |
download | ayatana-indicator-datetime-5220b871513a9a78ae31075337189ffb17d7c6f5.tar.gz ayatana-indicator-datetime-5220b871513a9a78ae31075337189ffb17d7c6f5.tar.bz2 ayatana-indicator-datetime-5220b871513a9a78ae31075337189ffb17d7c6f5.zip |
rebase C++ namespace
-rw-r--r-- | include/datetime/snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/snap.h b/include/datetime/snap.h index 549e0e7..6a8260f 100644 --- a/include/datetime/snap.h +++ b/include/datetime/snap.h @@ -40,7 +40,7 @@ namespace datetime { class Snap { public: - Snap(const std::shared_ptr<unity::indicator::notifications::Engine>& engine, + Snap(const std::shared_ptr<ayatana::indicator::notifications::Engine>& engine, const std::shared_ptr<const Settings>& settings); virtual ~Snap(); |