aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 10:41:36 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 10:41:36 +0000
commit5220b871513a9a78ae31075337189ffb17d7c6f5 (patch)
tree47dc56439c247fcbe6aca343aa7c18c9e2a93ce1 /include/datetime
parente88a51c841482a67f0d02ed49fbddd9f25d0cae1 (diff)
downloadayatana-indicator-datetime-5220b871513a9a78ae31075337189ffb17d7c6f5.tar.gz
ayatana-indicator-datetime-5220b871513a9a78ae31075337189ffb17d7c6f5.tar.bz2
ayatana-indicator-datetime-5220b871513a9a78ae31075337189ffb17d7c6f5.zip
rebase C++ namespace
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/snap.h2
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();