summaryrefslogtreecommitdiff
path: root/src/configuration.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-03 11:46:05 +0000
committerDana Jansens <danakj@orodu.net>2002-11-03 11:46:05 +0000
commitace8c8896aa13a6fc4e489277cf9c96f49175322 (patch)
tree69748320de56b6c0c1fccdefc768b2b12ab012b7 /src/configuration.hh
parent37e56007680a6664967e0e71ac52981654def6a6 (diff)
WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
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