aboutsummaryrefslogtreecommitdiff
path: root/src/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server.cpp')
-rw-r--r--src/Server.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Server.cpp b/src/Server.cpp
index 3ab15bf..a369b32 100644
--- a/src/Server.cpp
+++ b/src/Server.cpp
@@ -172,6 +172,8 @@
#include "GattCharacteristic.h"
#include "GattDescriptor.h"
+namespace ggk {
+
// There's a good chance there will be a bunch of unused parameters from the lambda macros
#if defined(__GNUC__) && defined(__clang__)
#pragma clang diagnostic push
@@ -616,3 +618,5 @@ const GattProperty *Server::findProperty(const DBusObjectPath &objectPath, const
return nullptr;
}
+
+}; // namespace ggk