put userstring in otk::
This commit is contained in:
parent
74061b4e2d
commit
eb752bc9c5
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ extern "C" {
|
|||
#include <assert.h>
|
||||
}
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue