fix DLL export declaration (adv, not core)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-05-24 12:42:25 +00:00
parent aea33a3e85
commit f3d32879d6

View File

@ -27,7 +27,7 @@ class WXDLLEXPORT wxListEvent;
#define wxEL_NO_REORDER 0x0800
#define wxEL_DEFAULT_STYLE (wxEL_ALLOW_NEW | wxEL_ALLOW_EDIT | wxEL_ALLOW_DELETE)
extern WXDLLEXPORT_DATA(const wxChar) wxEditableListBoxNameStr[];
extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxEditableListBoxNameStr[];
// This class provides a composite control that lets the
// user easily enter list of strings