Correct wxPendingDelete declaration.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Sep 2009 17:05:24 +0000 (17:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Sep 2009 17:05:24 +0000 (17:05 +0000)
commitd1b5dd559600a58350edd30b0762e6573b1b47a1
treefb77b98326fbd2c8b18657eaa10c22e8a78bfcb9
parenta8030f0eaa33c2824d2277e25c93c1ef23d338a8
Correct wxPendingDelete declaration.

This variable was moved to wxBase from wxCore recently and hence must be
declared using WXDLLIMPEXP_DATA_BASE and not WXDLLIMPEXP_DATA_CORE now.

Closes #11202.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dlgcmn.cpp