From e84e9fe0f4890e900f2ddaed47c30bd7e28c1063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Lucas=20Golini?= Date: Sat, 13 Jun 2026 12:16:17 -0300 Subject: [PATCH] Fix warning. --- include/eepp/ui/uihtmltable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eepp/ui/uihtmltable.hpp b/include/eepp/ui/uihtmltable.hpp index 571d6516d..c36fc04b9 100644 --- a/include/eepp/ui/uihtmltable.hpp +++ b/include/eepp/ui/uihtmltable.hpp @@ -66,7 +66,7 @@ class EE_API UIHTMLTableCell : public UIRichText { protected: Uint32 mColSpan{ 1 }; - virtual void onLayoutUpdate() override; + virtual void onLayoutUpdate(); }; class EE_API UIHTMLTableRow : public UIHTMLWidget {