all repos — openbox @ eb752bc9c559a1242f22f702dbf67cf6c56a8665

openbox fork - make it a bit more like ryudo

put userstring in otk::
Dana Jansens danakj@orodu.net
commit

eb752bc9c559a1242f22f702dbf67cf6c56a8665

parent

74061b4e2d33d7e2101c4edda26cfc2a1294f32b

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M otk/userstring.hhotk/userstring.hh

@@ -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

@@ -100,5 +102,7 @@ inline userstring& operator+=(const userstring& s) {

return append(s); } }; + +} #endif // __userstring_hh