]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_streams.i
Simplified and extended compiler detection for OS/2.
[wxWidgets.git] / wxPython / src / _streams.i
index d8d9f26094f814d95f3d25e77fedb5c98eaeea89..5d89908a078659f2790135033e60a066b2ebb222 100644 (file)
@@ -68,7 +68,9 @@ enum wxSeekMode
 };
 
 
-%name(InputStream) class wxPyInputStream {
+%rename(InputStream) wxPyInputStream;
+class wxPyInputStream
+{
 public:
     %extend {
         wxPyInputStream(PyObject* p) {