]> Dogcows Code - chaz/openbox/blobdiff - otk/ustring.hh
make an optional bool param for ustring's default constructor
[chaz/openbox] / otk / ustring.hh
index bc00a31a810816d6dae17a3067199e44d638e90a..be2a59c8a790b7c2bdc3e61e5e4a13f2a0004d36 100644 (file)
@@ -117,7 +117,7 @@ public:
 
   static const size_type npos = std::string::npos;
 
-  ustring();
+  ustring(bool utf8 = true);
   ~ustring();
 
   // make new strings
This page took 0.020712 seconds and 4 git commands to generate.