Skip to content

Commit

Permalink
gui: fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Oct 5, 2023
1 parent 815167d commit 12c569e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/gui_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12c569e

Please sign in to comment.