]> Dogcows Code - chaz/openbox/blobdiff - otk/ustring.hh
add a focused() member
[chaz/openbox] / otk / ustring.hh
index be2a59c8a790b7c2bdc3e61e5e4a13f2a0004d36..8ee066d3b277dcbfec50a0f16ad7d72da431e3cc 100644 (file)
@@ -124,8 +124,8 @@ public:
   
   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.021499 seconds and 4 git commands to generate.