Compile in non-CG mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-11-02 11:05:41 +00:00
parent 528a5e8f92
commit 3b5bf72fbe

View File

@ -112,7 +112,9 @@ static wxBrush MacGetBackgroundBrush( wxWindow* window )
wxWindowDC::wxWindowDC()
{
m_window = NULL ;
#if wxMAC_USE_CORE_GRAPHICS
m_release = false;
#endif
}
wxWindowDC::wxWindowDC(wxWindow *window)