Fix implementation details being used as base class for RTTI in wxQT
This commit is contained in:
@@ -53,7 +53,7 @@ class wxRegionRefData: public wxGDIRefData
|
||||
|
||||
#define M_REGIONDATA ((wxRegionRefData *)m_refData)->m_qtRegion
|
||||
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxRegion,wxRegionBase);
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxRegion,wxGDIObject);
|
||||
|
||||
wxRegion::wxRegion()
|
||||
{
|
||||
|
Reference in New Issue
Block a user