From 3871d4ca7599c1156e4cca908ebdeb1474608650 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Apr 2006 01:10:41 +0000 Subject: [PATCH] use proper dllexport declaration with _WX_LIST_HELPER_ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/list.h b/include/wx/list.h index 2539ab1c10..b875444930 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -159,7 +159,7 @@ private: // the real wxList-class declaration #define WX_DECLARE_LIST_XO(elT, liT, decl) \ - class WXDLLEXPORT _WX_LIST_HELPER_##liT \ + decl _WX_LIST_HELPER_##liT \ { \ typedef elT _WX_LIST_ITEM_TYPE_##liT; \ public: \ -- 2.50.0