Added wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-19 19:28:46 +00:00
parent cde9174af0
commit f464a4f2af
2 changed files with 16 additions and 10 deletions

View File

@@ -79,7 +79,8 @@ public:
return NULL;
}
}
~wxPyInputStream();
void close();
void flush();
bool eof();