aboutsummaryrefslogtreecommitdiff
path: root/src/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r--src/Utils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp
index eaeb703..ca3aaa5 100644
--- a/src/Utils.cpp
+++ b/src/Utils.cpp
@@ -43,6 +43,8 @@
#include "Utils.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Handy string functions
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -429,3 +431,5 @@ std::string Utils::stringFromGVariantByteArray(const GVariant *pVariant)
memcpy(array.data(), pPtr, size);
return array.data();
}
+
+}; // namespace ggk \ No newline at end of file