]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
applying patch 1411230
[wxWidgets.git] / include / wx / list.h
index 2539ab1c1086019939e5c67b0cb06d67e5326432..b8754449304943bb4febc0d576374c6b464dd613 100644 (file)
@@ -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:                                                                   \