mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-23 03:02:50 +03:00
Fix warning.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user