X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2e4b087e1cfd728ec6d91936d777219f42f8d837..991d57f8443fc8a31c2ad3e3a8180af08a6394d6:/include/wx/list.h?ds=sidebyside 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: \