]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed paste error
authorRobin Dunn <robin@alldunn.com>
Thu, 7 Apr 2005 02:29:00 +0000 (02:29 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 7 Apr 2005 02:29:00 +0000 (02:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_image.i

index 163648f69345ded05b7a798db17f291b7b56bf3f..196bb06994ba3b3d885393e21e89fc7861521bca 100644 (file)
@@ -238,7 +238,7 @@ length of the data must be width*height*3.", "",
 
 
     // Turn it back on again
-    %typemap(out) wxWWindow* { $result = wxPyMake_wxObject($1, $owner); }
+    %typemap(out) wxImage* { $result = wxPyMake_wxObject($1, $owner); }
 
 
     void Create( int width, int height );