mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
fix(ui): mark CLayoutFrame::LoadXML as virtual
This commit is contained in:
parent
93f450b24c
commit
b2fa58a831
@ -44,6 +44,7 @@ class CLayoutFrame {
|
||||
|
||||
// Virtual member functions
|
||||
virtual ~CLayoutFrame();
|
||||
virtual void LoadXML(XMLNode* node, CStatus* status);
|
||||
virtual CLayoutFrame* GetLayoutParent();
|
||||
virtual bool SetLayoutScale(float scale, bool force);
|
||||
virtual void SetWidth(float width);
|
||||
@ -73,7 +74,6 @@ class CLayoutFrame {
|
||||
int32_t IsResizeDependency(CLayoutFrame* dependentFrame);
|
||||
uint32_t IsResizePending();
|
||||
float Left();
|
||||
void LoadXML(XMLNode* node, CStatus* status);
|
||||
int32_t OnFrameResize();
|
||||
void OnProtectedAttach(CLayoutFrame* frame);
|
||||
int32_t PtInFrameRect(const C2Vector& pt);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user