diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cf4e96f..31654c9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,7 @@ #include <locale.h> #include <cstdlib> // exit() -namespace uin = unity::indicator::notifications; +namespace ain = ayatana::indicator::notifications; using namespace ayatana::indicator::datetime; |