From fe8c9c6de7809c91bbcaf52623ca5d24fa6e2c7b Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 15 Apr 2026 11:36:16 +0200 Subject: [PATCH] Change DefaultStyle to be a const static variable --- src/tinyui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tinyui.cpp b/src/tinyui.cpp index 3c403b2..9c35e5c 100644 --- a/src/tinyui.cpp +++ b/src/tinyui.cpp @@ -30,7 +30,7 @@ SOFTWARE. namespace tinyui { -static Style DefaultStyle { +static const Style DefaultStyle { Color4{ 0, 0, 0, 0 }, Color4{ 255, 255, 255, 0 }, Color4{ 20, 20, 20, 0 },