diff include/gui/widgets/text.h @ 63:3d2decf093bb

*: fix many clang warnings
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:39:47 -0400
parents d0adc4aedfc8
children fe719c109dbc
line wrap: on
line diff
--- a/include/gui/widgets/text.h	Sun Oct 01 06:16:06 2023 -0400
+++ b/include/gui/widgets/text.h	Sun Oct 01 06:39:47 2023 -0400
@@ -73,5 +73,5 @@
 		Header* header;
 		Paragraph* paragraph;
 };
-};     // namespace UiUtils
+};     // namespace TextWidgets
 #endif // __gui__ui_utils_h