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:
parent
891daf8c1e
commit
5f21cfa9f9
@ -54,7 +54,7 @@
|
||||
if ($1) {
|
||||
_ptr = new wxPyInputStream($1);
|
||||
}
|
||||
$result = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
|
||||
$result = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), $owner);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user