]> Dogcows Code - chaz/openbox/blobdiff - otk/userstring.hh
use the UTF-8 codeset
[chaz/openbox] / otk / userstring.hh
index 601d54e43c9cdf0a13a42e3be682a07145f3d762..c7c81d0c8d488b0f1ad4295acabf5b399cf9e300 100644 (file)
@@ -9,6 +9,8 @@ extern "C" {
 #include <assert.h>
 }
 
+namespace otk {
+
 //! userstring is a std::string with an extra flag specifying if the string is
 //! UTF-8 encoded.
 class userstring : public std::string
@@ -101,4 +103,6 @@ public:
   }
 };
 
+}
+
 #endif // __userstring_hh
This page took 0.024372 seconds and 4 git commands to generate.