summaryrefslogtreecommitdiff
path: root/src/configuration.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.hh')
-rw-r--r--src/configuration.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configuration.hh b/src/configuration.hh
index 418c2639..a45bd3f8 100644
--- a/src/configuration.hh
+++ b/src/configuration.hh
@@ -6,6 +6,8 @@
#include <X11/Xresource.h>
#include <string>
+namespace ob {
+
/*
* The Configuration class is a generic wrapper for configuration settings.
*
@@ -74,4 +76,6 @@ private:
XrmDatabase _database;
};
+}
+
#endif // __Configuration_hh