]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/accel.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / motif / accel.h
index 5ae1a3a2fabf0e4a239bdc79952929c3df811004..fb90ecb0b0a734b046b22cfef390a66a1e3053ce 100644 (file)
@@ -34,7 +34,7 @@ public:
     wxAcceleratorEntry* GetEntries() const;
 };
 
-WXDLLIMPEXP_DATA_CORE(extern wxAcceleratorTable) wxNullAcceleratorTable;
+extern WXDLLIMPEXP_DATA_CORE(wxAcceleratorTable) wxNullAcceleratorTable;
 
 #endif
 // _WX_ACCEL_H_