From 35f9639d83631e1f6c8afee75203b707ab307388 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 7 Apr 2005 02:29:00 +0000 Subject: [PATCH] fixed paste error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_image.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i index 163648f693..196bb06994 100644 --- a/wxPython/src/_image.i +++ b/wxPython/src/_image.i @@ -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 ); -- 2.45.2