From 17e504023d5f061ac80d7a014bc5d2e76ebfb07c Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 21 Aug 2002 16:08:29 +0000 Subject: [PATCH] I think this is now defined in the common accel.h, I'll remove it if no build complains... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/accel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/accel.h b/include/wx/mac/accel.h index 4c1e71fb44..c187c68fa3 100644 --- a/include/wx/mac/accel.h +++ b/include/wx/mac/accel.h @@ -47,7 +47,7 @@ public: int GetCommand( wxKeyEvent &event ); }; -WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable; +// WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable; #endif // _WX_ACCEL_H_ -- 2.47.2