aboutsummaryrefslogtreecommitdiff
path: root/src/TickEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/TickEvent.h')
-rw-r--r--src/TickEvent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/TickEvent.h b/src/TickEvent.h
index c519a0b..e72ae9b 100644
--- a/src/TickEvent.h
+++ b/src/TickEvent.h
@@ -52,6 +52,8 @@
#include "DBusObjectPath.h"
#include "Logger.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Forward declarations
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -147,3 +149,5 @@ private:
Callback callback;
void *pUserData;
};
+
+}; // namespace ggk \ No newline at end of file