From eb752bc9c559a1242f22f702dbf67cf6c56a8665 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 12 Jan 2003 21:23:31 +0000 Subject: [PATCH] put userstring in otk:: --- otk/userstring.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/otk/userstring.hh b/otk/userstring.hh index 601d54e4..c7c81d0c 100644 --- a/otk/userstring.hh +++ b/otk/userstring.hh @@ -9,6 +9,8 @@ extern "C" { #include } +namespace otk { + //! userstring is a std::string with an extra flag specifying if the string is //! UTF-8 encoded. class userstring : public std::string @@ -101,4 +103,6 @@ public: } }; +} + #endif // __userstring_hh -- 2.39.2