]> Dogcows Code - chaz/openbox/blobdiff - otk/ustring.hh
remove a XXX
[chaz/openbox] / otk / ustring.hh
index bc00a31a810816d6dae17a3067199e44d638e90a..8ee066d3b277dcbfec50a0f16ad7d72da431e3cc 100644 (file)
@@ -117,15 +117,15 @@ public:
 
   static const size_type npos = std::string::npos;
 
-  ustring();
+  ustring(bool utf8 = true);
   ~ustring();
 
   // make new strings
   
   ustring(const ustring& other);
   ustring& operator=(const ustring& other);
-  ustring(const std::string& src);
-  ustring(const char* src);
+  ustring(const std::string& src, bool utf8 = true);
+  ustring(const char* src, bool utf8 = true);
 
   // append to the string
 
This page took 0.027174 seconds and 4 git commands to generate.