Add missing RTTI to some wxQT classes
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
|
||||
//##############################################################################
|
||||
|
||||
wxIMPLEMENT_CLASS(wxWindowDCImpl,wxQtDCImpl);
|
||||
|
||||
wxWindowDCImpl::wxWindowDCImpl( wxDC *owner )
|
||||
: wxQtDCImpl( owner )
|
||||
{
|
||||
@@ -59,6 +61,7 @@ wxWindowDCImpl::~wxWindowDCImpl()
|
||||
|
||||
//##############################################################################
|
||||
|
||||
wxIMPLEMENT_CLASS(wxClientDCImpl,wxQtDCImpl);
|
||||
|
||||
wxClientDCImpl::wxClientDCImpl( wxDC *owner )
|
||||
: wxWindowDCImpl( owner )
|
||||
@@ -118,6 +121,8 @@ wxClientDCImpl::~wxClientDCImpl()
|
||||
|
||||
//##############################################################################
|
||||
|
||||
wxIMPLEMENT_CLASS(wxPaintDCImpl,wxQtDCImpl);
|
||||
|
||||
wxPaintDCImpl::wxPaintDCImpl( wxDC *owner )
|
||||
: wxWindowDCImpl( owner )
|
||||
{
|
||||
|
Reference in New Issue
Block a user