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_