diff options
Diffstat (limited to '')
-rw-r--r-- | src/utfstring.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utfstring.h b/src/utfstring.h index 56e544e..3bdf51c 100644 --- a/src/utfstring.h +++ b/src/utfstring.h | |||
@@ -12,6 +12,8 @@ | |||
12 | 12 | ||
13 | namespace Bu | 13 | namespace Bu |
14 | { | 14 | { |
15 | class String; | ||
16 | |||
15 | class UtfString | 17 | class UtfString |
16 | { | 18 | { |
17 | public: | 19 | public: |
@@ -20,6 +22,8 @@ namespace Bu | |||
20 | 22 | ||
21 | typedef uint32_t point; | 23 | typedef uint32_t point; |
22 | 24 | ||
25 | static void debugUtf8( const Bu::String &sUtf8 ); | ||
26 | |||
23 | private: | 27 | private: |
24 | // typedef BasicString<uint16_t> RawString; | 28 | // typedef BasicString<uint16_t> RawString; |
25 | // RawString rsStore; | 29 | // RawString rsStore; |