Fix warning.

This commit is contained in:
Martín Lucas Golini
2026-06-13 12:16:17 -03:00
parent 3117a3e098
commit e84e9fe0f4

View File

@@ -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 {