From: Robin Dunn Date: Mon, 24 Nov 2003 17:33:33 +0000 (+0000) Subject: Fixed how the list of files is converted X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1fc9204a4a057b41b30653bb28cb8692f18df7bf Fixed how the list of files is converted git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_event.i b/wxPython/src/_event.i index f7c2901c95..6e8de85b91 100644 --- a/wxPython/src/_event.i +++ b/wxPython/src/_event.i @@ -963,11 +963,7 @@ public: } for (int i=0; iSetMinSize(arg2); + (arg1)->SetMinSize((wxSize const &)*arg2); wxPyEndAllowThreads(__tstate); if (PyErr_Occurred()) SWIG_fail;