Fix wrong DLL in the declaration of wxPendingDelete
This object is defined in "base", not "core". Somehow this still worked before, but it was still wrong and stopped working when taskbarcmn.cpp was moved to "core" itself from "adv".
This commit is contained in:
parent
3ffa651a34
commit
21263b8c22
@ -25,7 +25,7 @@
|
||||
#include "wx/menu.h"
|
||||
#endif
|
||||
|
||||
extern WXDLLIMPEXP_DATA_CORE(wxList) wxPendingDelete;
|
||||
extern WXDLLIMPEXP_DATA_BASE(wxList) wxPendingDelete;
|
||||
|
||||
// DLL options compatibility check:
|
||||
WX_CHECK_BUILD_OPTIONS("wxAdvanced")
|
||||
|
Loading…
Reference in New Issue
Block a user