]> git.saurik.com Git - wxWidgets.git/commitdiff
Ignore the DECLARE_*()'s when swigging
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2008 23:43:03 +0000 (23:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2008 23:43:03 +0000 (23:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/aui/auibar.h

index fe824ebc0291eac4bf5fb4eee00bf92bbbefe21c..ebec881a71dc5bc508dcdbc35ae78521c2ffc17b 100644 (file)
@@ -625,8 +625,10 @@ protected:
     bool m_overflow_visible;
     long m_style;
 
+#ifndef SWIG
     DECLARE_EVENT_TABLE()
     DECLARE_CLASS(wxAuiToolBar)
+#endif
 };