Do not initialize member variables of base classes
This commit is contained in:
parent
d34017f656
commit
e6e6b1ea38
@ -90,8 +90,6 @@ wxIMPLEMENT_CLASS(wxClientDCImpl,wxWindowDCImpl);
|
||||
wxClientDCImpl::wxClientDCImpl( wxDC *owner )
|
||||
: wxWindowDCImpl( owner )
|
||||
{
|
||||
m_window = NULL;
|
||||
m_qtPainter = NULL;
|
||||
}
|
||||
|
||||
wxClientDCImpl::wxClientDCImpl( wxDC *owner, wxWindow *win )
|
||||
|
Loading…
Reference in New Issue
Block a user