Fix implementation details being used as base class for RTTI in wxQT
This commit is contained in:
@@ -61,7 +61,7 @@ wxWindowDCImpl::~wxWindowDCImpl()
|
||||
|
||||
//##############################################################################
|
||||
|
||||
wxIMPLEMENT_CLASS(wxClientDCImpl,wxQtDCImpl);
|
||||
wxIMPLEMENT_CLASS(wxClientDCImpl,wxWindowDCImpl);
|
||||
|
||||
wxClientDCImpl::wxClientDCImpl( wxDC *owner )
|
||||
: wxWindowDCImpl( owner )
|
||||
@@ -121,7 +121,7 @@ wxClientDCImpl::~wxClientDCImpl()
|
||||
|
||||
//##############################################################################
|
||||
|
||||
wxIMPLEMENT_CLASS(wxPaintDCImpl,wxQtDCImpl);
|
||||
wxIMPLEMENT_CLASS(wxPaintDCImpl,wxClientDCImpl);
|
||||
|
||||
wxPaintDCImpl::wxPaintDCImpl( wxDC *owner )
|
||||
: wxWindowDCImpl( owner )
|
||||
|
Reference in New Issue
Block a user