aboutsummaryrefslogtreecommitdiff
path: root/src/Server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.h')
-rw-r--r--src/Server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Server.h b/src/Server.h
index 8880f22..8312022 100644
--- a/src/Server.h
+++ b/src/Server.h
@@ -42,6 +42,8 @@
#include "DBusInterface.h"
#include "DBusObject.h"
+namespace ggk {
+
//
// Forward declarations
//
@@ -144,3 +146,5 @@ private:
// Our one and only server. It's a global.
extern std::shared_ptr<Server> TheServer;
+
+}; // namespace ggk