]> git.saurik.com Git - wxWidgets.git/commitdiff
fix DLL export declaration (adv, not core)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 12:42:25 +0000 (12:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 May 2007 12:42:25 +0000 (12:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/editlbox.h

index ad946eee7d75595dfafb60714058ae19d215c01a..212028b716f8508d1d0d5defebb3b925072f37d9 100644 (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