]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved declaratrions of wxPyInputStream and etc. into it's own header
authorRobin Dunn <robin@alldunn.com>
Thu, 28 Feb 2002 17:05:56 +0000 (17:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 28 Feb 2002 17:05:56 +0000 (17:05 +0000)
file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/msw/image.cpp
wxPython/src/msw/misc2.cpp

index aadd657f229783885c2185395c3a374351f323b8..c06f752f685d7266f94046c2e1cb0a160805520f 100644 (file)
@@ -56,6 +56,7 @@ extern PyObject *SWIG_newvarlink(void);
 #define SWIG_name    "imagec"
 
 #include "helpers.h"
+#include "pyistream.h"
 #include <wx/image.h>
 
 
index 0d7b6e464f5397d305ab54c262ca00544ce8041d..cfd8981fb6f4f8499ed4fb8c2552141f207a899e 100644 (file)
@@ -56,6 +56,7 @@ extern PyObject *SWIG_newvarlink(void);
 #define SWIG_name    "misc2c"
 
 #include "helpers.h"
+#include "pyistream.h"
 #include <wx/resource.h>
 #include <wx/tooltip.h>
 #include <wx/caret.h>