]> 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 d92f5eb225a4f30a86697efb926a98cd7bc631b4..225a0b901f6b335857fbc1a6e7733de333ab7b52 100644 (file)
@@ -68,7 +68,6 @@ enum wxSeekMode
 };
 
 
-
 %name(InputStream) class wxPyInputStream {
 public:
     %extend {
@@ -80,7 +79,8 @@ public:
                 return NULL;
         }
     }
-
+    ~wxPyInputStream();
+    
     void close();
     void flush();
     bool eof();