summaryrefslogtreecommitdiff
path: root/otk/ustring.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-16 05:20:33 +0000
committerDana Jansens <danakj@orodu.net>2003-01-16 05:20:33 +0000
commit0f7e3be6b60888912dc9c7089e23074ef64373e0 (patch)
tree406adb3e4986b0f65c70abcbb8582e7dc2956d09 /otk/ustring.hh
parenta8e98570cc32fc4b9015927acef4a24c015f799e (diff)
make an optional bool param for ustring's default constructor
Diffstat (limited to 'otk/ustring.hh')
-rw-r--r--otk/ustring.hh2
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