summaryrefslogtreecommitdiff
path: root/getoptpp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'getoptpp.hpp')
-rw-r--r--getoptpp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/getoptpp.hpp b/getoptpp.hpp
index 4fe3c3a..cd7469b 100644
--- a/getoptpp.hpp
+++ b/getoptpp.hpp
@@ -5,7 +5,7 @@
#include <unordered_map>
#include <getopt.h>
-namespace gopt {
+namespace dg {
using Handle = std::function<void()>;