X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fconfiguration.hh;h=a45bd3f8ac193021f635c0227d8be9b62e9d4c43;hb=9259ec5732851dd66f7c598d629e3808ac7ab3d8;hp=418c26392de5f223606fdfe440917a3a2d2051d8;hpb=86bef745b9e974f664752c6cc56f7e6ec5642efc;p=chaz%2Fopenbox 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 #include +namespace ob { + /* * The Configuration class is a generic wrapper for configuration settings. * @@ -74,4 +76,6 @@ private: XrmDatabase _database; }; +} + #endif // __Configuration_hh