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