aboutsummaryrefslogtreecommitdiff
path: root/src/DBusObjectPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBusObjectPath.h')
-rw-r--r--src/DBusObjectPath.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DBusObjectPath.h b/src/DBusObjectPath.h
index 78cba15..c1e4af5 100644
--- a/src/DBusObjectPath.h
+++ b/src/DBusObjectPath.h
@@ -39,6 +39,8 @@
#include <string>
#include <ostream>
+namespace ggk {
+
struct DBusObjectPath
{
// Default constructor (creates a root path)
@@ -170,3 +172,5 @@ inline std::ostream& operator +(std::ostream &os, const DBusObjectPath &path)
os << path.toString();
return os;
}
+
+}; // namespace ggk \ No newline at end of file