]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing classname
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 20 Oct 2006 12:58:30 +0000 (12:58 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 20 Oct 2006 12:58:30 +0000 (12:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/graphics.cpp

index 560b972339fdaf264d9c471a808e1f69c5c9d243..4e34e730123c33a9accb1e8ddb46402e187b5556 100644 (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;
 }