From 0f7e3be6b60888912dc9c7089e23074ef64373e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 16 Jan 2003 05:20:33 +0000 Subject: make an optional bool param for ustring's default constructor --- otk/ustring.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/ustring.hh') 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 -- cgit v1.2.3