Really fixed build with Wt >=4.12.1, fixes #771

This commit is contained in:
emeric
2025-11-02 12:30:06 +01:00
parent c575f56a1c
commit df9dd6e547
+1 -1
View File
@@ -43,7 +43,7 @@ namespace lms::ui
Wt::WFlags<Wt::ValidationStyleFlag> 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