diff options
Diffstat (limited to 'otk/ustring.hh')
| -rw-r--r-- | otk/ustring.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/ustring.hh b/otk/ustring.hh index bc00a31a..be2a59c8 100644 --- a/otk/ustring.hh +++ b/otk/ustring.hh @@ -117,7 +117,7 @@ public: static const size_type npos = std::string::npos; - ustring(); + ustring(bool utf8 = true); ~ustring(); // make new strings |
