diff options
Diffstat (limited to 'include/fud_utf8.hpp')
-rw-r--r-- | include/fud_utf8.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fud_utf8.hpp b/include/fud_utf8.hpp index 058e4f9..539e0f4 100644 --- a/include/fud_utf8.hpp +++ b/include/fud_utf8.hpp @@ -31,7 +31,7 @@ namespace fud { using utf8 = unsigned char; class String; -class StringView; +struct StringView; constexpr utf8 ASCII_MASK = 0x7F; |