]> Dogcows Code - chaz/openbox/blobdiff - src/configuration.cc
WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
[chaz/openbox] / src / configuration.cc
index 51f02b8ea520dd77f1d457b288a6156c7f158094..4d0af0974dd3362583f3f2a1411854cfd5bc5481 100644 (file)
@@ -17,6 +17,8 @@ extern "C" {
 
 using std::string;
 
+namespace ob {
+
 bool Configuration::_initialized = False;
 
 Configuration::Configuration(const string &file, bool autosave) {
@@ -231,3 +233,5 @@ char Configuration::toUpper(char c) const {
     return c - 'a' + 'A';
   return c;
 }
+
+}
This page took 0.022448 seconds and 4 git commands to generate.