added missing init
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fa24cfa09d
commit
1f2b627ae9
@ -112,6 +112,7 @@ static wxBrush MacGetBackgroundBrush( wxWindow* window )
|
||||
wxWindowDC::wxWindowDC()
|
||||
{
|
||||
m_window = NULL ;
|
||||
m_release = false;
|
||||
}
|
||||
|
||||
wxWindowDC::wxWindowDC(wxWindow *window)
|
||||
|
Loading…
Reference in New Issue
Block a user