git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13960
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
m_clipPaintRegion = TRUE;
- wxWindowDC dc( this );
+ wxWindowDC dc( (wxWindow*)this );
dc.SetClippingRegion( m_updateRegion );
wxEraseEvent erase_event( GetId(), &dc );
erase_event.SetEventObject( this );
{
m_clipPaintRegion = TRUE;
- wxWindowDC dc( this );
+ wxWindowDC dc( (wxWindow*)this );
dc.SetClippingRegion( m_updateRegion );
wxEraseEvent erase_event( GetId(), &dc );
erase_event.SetEventObject( this );