Fix wxInputStream out typemap to allow SWIG to determine if thisown

should be set or not.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-11-20 22:02:29 +00:00
parent 891daf8c1e
commit 5f21cfa9f9

View File

@ -54,7 +54,7 @@
if ($1) {
_ptr = new wxPyInputStream($1);
}
$result = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
$result = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), $owner);
}