]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/xrc/xrc.i
Updated version number
[wxWidgets.git] / wxPython / contrib / xrc / xrc.i
index 8676043657cc05187dc730be3a16af94eedcf8b5..f2be7c4107af1f2e5a4f6c0305e015eb37f965ce 100644 (file)
@@ -16,7 +16,7 @@
 %{
 #include "wxPython.h"
 #include "pyistream.h"
-#include "wx/xrc/xml.h"
+#include "wx/xml/xml.h"
 #include "wx/xrc/xmlres.h"
 #include <wx/filesys.h>
 #include <wx/fs_mem.h>
@@ -677,9 +677,6 @@ public:
 
 %init %{
 
-    wxClassInfo::CleanUpClasses();
-    wxClassInfo::InitializeClasses();
-
     wxXmlInitResourceModule();
     wxXmlResource::Get()->InitAllHandlers();