diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-18 21:43:44 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-18 21:43:44 -0500 |
commit | e94db4695e236b42ae1be44b2605075161d5144f (patch) | |
tree | ada1a0442abdd08375df7f9a8f9cd50924e0840a /include/fud_utf8.hpp | |
parent | 8249b28bea29e8ce17eac12776a60ec3f9e47176 (diff) |
Add temporary work for formatting.
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; |