]> git.saurik.com Git - wxWidgets.git/commitdiff
No need to use wxPyMake_wxObject for wxImageList. There are no
authorRobin Dunn <robin@alldunn.com>
Sun, 22 Oct 2006 04:14:31 +0000 (04:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 22 Oct 2006 04:14:31 +0000 (04:14 +0000)
derived types, and it is not OOR.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/my_typemaps.i

index 8a96849e485e54308b0495e16740dceed8ab40f3..a16dbff87fb90b356f534b5f2131a4f50a2c27af 100644 (file)
@@ -370,7 +370,7 @@ MAKE_INT_ARRAY_TYPEMAPS(styles, styles_field)
 %typemap(out) wxDC*                     { $result = wxPyMake_wxObject($1, (bool)$owner); }
 %typemap(out) wxFSFile*                 { $result = wxPyMake_wxObject($1, (bool)$owner); }
 %typemap(out) wxFileSystem*             { $result = wxPyMake_wxObject($1, (bool)$owner); }
-%typemap(out) wxImageList*              { $result = wxPyMake_wxObject($1, (bool)$owner); }
+//%typemap(out) wxImageList*              { $result = wxPyMake_wxObject($1, (bool)$owner); }
 %typemap(out) wxImage*                  { $result = wxPyMake_wxObject($1, (bool)$owner); }
 %typemap(out) wxListItem*               { $result = wxPyMake_wxObject($1, (bool)$owner); }
 %typemap(out) wxMenuItem*               { $result = wxPyMake_wxObject($1, (bool)$owner); }