]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/graphics.cpp
non-pch build fix
[wxWidgets.git] / 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;
 }