Add missing RTTI to some wxQT classes

This commit is contained in:
Graham Dawes
2018-12-21 14:55:33 +00:00
parent 622deec262
commit 538cdc0841
25 changed files with 71 additions and 4 deletions

View File

@@ -47,6 +47,9 @@ protected:
virtual bool DoIntersect(const wxRegion& region);
virtual bool DoSubtract(const wxRegion& region);
virtual bool DoXor(const wxRegion& region);
private:
wxDECLARE_DYNAMIC_CLASS(wxRegion);
};
@@ -81,6 +84,8 @@ public:
private:
QVector < QRect > *m_qtRects;
int m_pos;
wxDECLARE_DYNAMIC_CLASS(wxRegionIterator);
};
#endif // _WX_QT_REGION_H_