]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_streams.i
Added wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset
[wxWidgets.git] / wxPython / src / _streams.i
index ed762b075e25fde0dce30f7d065cf690f937e289..225a0b901f6b335857fbc1a6e7733de333ab7b52 100644 (file)
@@ -79,7 +79,8 @@ public:
                 return NULL;
         }
     }
-
+    ~wxPyInputStream();
+    
     void close();
     void flush();
     bool eof();