]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed compile error
authorRobin Dunn <robin@alldunn.com>
Mon, 5 Jun 2006 23:00:02 +0000 (23:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 5 Jun 2006 23:00:02 +0000 (23:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/include/wx/wxPython/wxPython_int.h
wxPython/src/_hyperlink.i
wxPython/src/_power.i

index 74c15c9e6a71bb9cf795cbb40320f147e35d6755..1388d0e2d7dc7b2d6825b38ae175879e97b25146 100644 (file)
@@ -71,7 +71,8 @@
 #include <wx/vscroll.h>
 #include <wx/dateevt.h>
 #include <wx/datectrl.h>
-
+#include <wx/power.h>
+#include <wx/hyperlink.h>
 
 
 #ifdef _MSC_VER
index 0115bca95f3b18dc0f11d95c65ca4caaed9bb04e..eb4e898fe584d04267c400a8be0087847d735dfb 100644 (file)
 
 //---------------------------------------------------------------------------
 
-%{
-#include <wx/hyperlink.h>
-%}
-
 MAKE_CONST_WXSTRING(HyperlinkCtrlNameStr);
 
 enum {
index 318891a495e131142b80fb42381021c3299eb1be..cbc3bcfa4f818c63cca037363aeb6ee0dd1850ec 100644 (file)
 //---------------------------------------------------------------------------
 %newgroup
 
-%{
-#include <wx/power.h>
-%}
-
-
-
 %{
 #ifndef wxHAS_POWER_EVENTS
 // Dummy class and other definitions for platforms that don't have them