fixing classname
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6c3bbd61e7
commit
13bc5380f2
@ -945,7 +945,7 @@ void wxGDIPlusContext::SetFont( const wxFont &font )
|
|||||||
m_font = new Font( s , size , style );
|
m_font = new Font( s , size , style );
|
||||||
}
|
}
|
||||||
|
|
||||||
void * wxCairoContext::GetNativeContext()
|
void* wxGDIPlusContext::GetNativeContext()
|
||||||
{
|
{
|
||||||
return m_context;
|
return m_context;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user