From: Robin Dunn Date: Thu, 25 Sep 2008 16:08:36 +0000 (+0000) Subject: remove another SWIG #if X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4a0fe083de648e077ebe3e1c19d87c0a30d2db4 remove another SWIG #if git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/aui/auibar.h b/include/wx/aui/auibar.h index fe824ebc02..b4a0792d5d 100644 --- a/include/wx/aui/auibar.h +++ b/include/wx/aui/auibar.h @@ -95,10 +95,8 @@ private: wxRect rect; int tool_id; -#ifndef SWIG private: DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxAuiToolBarEvent) -#endif };