wxGraphicsRenderer::CreateContextFromImage is not static

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-11 06:30:30 +00:00
parent 7b8c3373a3
commit 7422d79765

View File

@@ -1009,7 +1009,7 @@ public:
@since 2.9.3 @since 2.9.3
*/ */
static wxGraphicsContext* CreateContextFromImage(wxImage& image); wxGraphicsContext* CreateContextFromImage(wxImage& image);
/** /**
Creates a native brush from a wxBrush. Creates a native brush from a wxBrush.