if ($1) {
_ptr = new wxPyInputStream($1);
}
- $result = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), true);
+ $result = wxPyConstructObject(_ptr, wxT("wxPyInputStream"), $owner);
}
return NULL;
}
}
-
+ ~wxPyInputStream();
+
void close();
void flush();
bool eof();