From 0821197bc1c57c756e737740d6a6de9c83314fae Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jan 2026 17:30:15 +0100 Subject: fix warnings --- include/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/config.hpp') diff --git a/include/config.hpp b/include/config.hpp index 7650e75..b7b38d5 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -34,9 +34,9 @@ #define SIMULATE_SLOW_DISK 0 #define SIMULATE_WRITE_FAILURE 0 -namespace config { - static const char* PROGRAM_VERSION = "0.1.0"; // major.minor.patch +#define PROGRAM_VERSION "0.1.0" // major.minor.patch +namespace config { namespace colors { static const ImU32 COLOR_ERROR_OUTLINE = IM_COL32(255, 0, 0, 80); static const ImU32 COLOR_ERROR = IM_COL32(235, 64, 52, 255); -- cgit v1.2.3-70-g09d2