put userstring in otk::
authorDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 21:23:31 +0000 (21:23 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 21:23:31 +0000 (21:23 +0000)
otk/userstring.hh

index 601d54e..c7c81d0 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