From a8c75b5c5ab309ece1828115786b101b34343485 Mon Sep 17 00:00:00 2001 From: thrust26 Date: Tue, 29 Aug 2023 23:20:19 +0200 Subject: [PATCH] fixed build without IMAGE_SUPPORT --- src/common/Bezel.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/Bezel.cxx b/src/common/Bezel.cxx index 6139b740f..a9147d5a0 100644 --- a/src/common/Bezel.cxx +++ b/src/common/Bezel.cxx @@ -130,6 +130,8 @@ bool Bezel::load() } catch(const runtime_error&) { } } +#else + const bool show = false; #endif if(isValid) {