]> git.saurik.com Git - wxWidgets.git/commitdiff
I think this is now defined in the common accel.h, I'll remove it if no build complai...
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Aug 2002 16:08:29 +0000 (16:08 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 21 Aug 2002 16:08:29 +0000 (16:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/accel.h

index 4c1e71fb446e1b7a51f7e971ead7a9baea24fce9..c187c68fa3a165bd03c1ade75d37058b3081d305 100644 (file)
@@ -47,7 +47,7 @@ public:
     int GetCommand( wxKeyEvent &event );
 };
 
-WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;
+// WXDLLEXPORT_DATA(extern wxAcceleratorTable) wxNullAcceleratorTable;
 
 #endif
     // _WX_ACCEL_H_