fixing classname

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2006-10-20 12:58:30 +00:00
parent 6c3bbd61e7
commit 13bc5380f2

View File

@ -945,7 +945,7 @@ void wxGDIPlusContext::SetFont( const wxFont &font )
m_font = new Font( s , size , style );
}
void * wxCairoContext::GetNativeContext()
void* wxGDIPlusContext::GetNativeContext()
{
return m_context;
}