]> git.saurik.com Git - wxWidgets.git/commitdiff
wxGraphicsRenderer::CreateContextFromImage is not static
authorRobin Dunn <robin@alldunn.com>
Tue, 11 Oct 2011 06:30:30 +0000 (06:30 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 11 Oct 2011 06:30:30 +0000 (06:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/graphics.h

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