Initialize member variable

This commit is contained in:
Cătălin Răceanu
2019-02-26 23:31:54 +02:00
parent b91d2a93ee
commit d34017f656

View File

@@ -49,6 +49,7 @@ wxQtDCImpl::wxQtDCImpl( wxDC *owner )
: wxDCImpl( owner )
{
m_qtPixmap = NULL;
m_qtPainter = NULL;
m_rasterColourOp = wxQtNONE;
m_qtPenColor = new QColor;
m_qtBrushColor = new QColor;