summaryrefslogtreecommitdiff
path: root/include/config.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 17:30:15 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 17:30:15 +0100
commit0821197bc1c57c756e737740d6a6de9c83314fae (patch)
tree4963d2be78bd0978442a4b311889c6f2c5feaeee /include/config.hpp
parentccacaf0582bcea4a71ec8247ade0fd75e4ca99bf (diff)
fix warnings
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp4
1 files changed, 2 insertions, 2 deletions
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);