From df9dd6e5479e82ba734f6c6b775e254a56d93246 Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 2 Nov 2025 12:30:06 +0100 Subject: [PATCH] Really fixed build with Wt >=4.12.1, fixes #771 --- src/lms/ui/LmsTheme.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lms/ui/LmsTheme.hpp b/src/lms/ui/LmsTheme.hpp index a4ba5037..f4fe3ad3 100644 --- a/src/lms/ui/LmsTheme.hpp +++ b/src/lms/ui/LmsTheme.hpp @@ -43,7 +43,7 @@ namespace lms::ui Wt::WFlags flags) const override; bool canBorderBoxElement(const Wt::DomElement&) const override { return true; } -#if WT_VERSION >= 0x04120100 +#if WT_VERSION >= 0x040C0100 // >= 4.12.1 void applyFunctionalStyling(Wt::WWidget* widget, Wt::WWidget* child, int widgetRole) const override {} void applyOptionalStyling(Wt::WWidget* widget, Wt::WWidget* child, int widgetRole) const override {} #endif // WT_VERSION