From e94db4695e236b42ae1be44b2605075161d5144f Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Fri, 18 Oct 2024 21:43:44 -0500 Subject: Add temporary work for formatting. --- include/fud_utf8.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fud_utf8.hpp') 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; -- cgit v1.2.3