From 5879b22eeb0cfaae9ce36d24655ebde84c80e235 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Sep 2008 23:43:03 +0000 Subject: [PATCH] Ignore the DECLARE_*()'s when swigging git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/aui/auibar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/aui/auibar.h b/include/wx/aui/auibar.h index fe824ebc02..ebec881a71 100644 --- a/include/wx/aui/auibar.h +++ b/include/wx/aui/auibar.h @@ -625,8 +625,10 @@ protected: bool m_overflow_visible; long m_style; +#ifndef SWIG DECLARE_EVENT_TABLE() DECLARE_CLASS(wxAuiToolBar) +#endif };