diff options
-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(); |