From 13bc5380f22abbd24ace1cfd9c5a84294889d7df Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 20 Oct 2006 12:58:30 +0000 Subject: [PATCH] fixing classname git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index 560b972339..4e34e73012 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -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; } -- 2.50.0