From 12c569eaf312dbefdb4b577ecaf2132e4f97b547 Mon Sep 17 00:00:00 2001 From: Arthur Koucher Date: Thu, 5 Oct 2023 20:56:33 -0300 Subject: [PATCH] gui: fix build issue Signed-off-by: Arthur Koucher --- src/gui/src/gui_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/gui_utils.h b/src/gui/src/gui_utils.h index a6c94eeb601..b3710f31588 100644 --- a/src/gui/src/gui_utils.h +++ b/src/gui/src/gui_utils.h @@ -59,7 +59,7 @@ class Utils utl::Logger* logger); // Cache of size in pixels to limit ~1.5GB in memory - static const int MAX_IMAGE_SIZE = 7200; + inline static const int MAX_IMAGE_SIZE = 7200; }; } // namespace gui