summaryrefslogtreecommitdiff
path: root/include/fud_utf8.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-10-18 21:43:44 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-10-18 21:43:44 -0500
commite94db4695e236b42ae1be44b2605075161d5144f (patch)
treeada1a0442abdd08375df7f9a8f9cd50924e0840a /include/fud_utf8.hpp
parent8249b28bea29e8ce17eac12776a60ec3f9e47176 (diff)
Add temporary work for formatting.
Diffstat (limited to 'include/fud_utf8.hpp')
-rw-r--r--include/fud_utf8.hpp2
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;