aboutsummaryrefslogtreecommitdiff
path: root/src/GattProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattProperty.h')
-rw-r--r--src/GattProperty.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattProperty.h b/src/GattProperty.h
index b340945..fb15c49 100644
--- a/src/GattProperty.h
+++ b/src/GattProperty.h
@@ -35,6 +35,8 @@
#include <gio/gio.h>
#include <string>
+namespace ggk {
+
struct DBusObjectPath;
// Representation of a GATT Property
@@ -104,3 +106,5 @@ private:
GDBusInterfaceGetPropertyFunc getterFunc;
GDBusInterfaceSetPropertyFunc setterFunc;
};
+
+}; // namespace ggk \ No newline at end of file