X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8495ba53688a1d5de6cecffdd1a0e783f8b43a00..8833e26cbdc7a8cbbc3b39177d6eac5a813555d2:/contrib/include/wx/fl/garbagec.h?ds=sidebyside diff --git a/contrib/include/wx/fl/garbagec.h b/contrib/include/wx/fl/garbagec.h index 4ea0640e8e..a80595daab 100644 --- a/contrib/include/wx/fl/garbagec.h +++ b/contrib/include/wx/fl/garbagec.h @@ -34,7 +34,7 @@ inline void* gc_node_to_obj( wxNode* pGCNode ) This class implements an extremely slow but simple garbage collection algorithm. */ -class WXFL_DECLSPEC GarbageCollector +class WXDLLIMPEXP_FL GarbageCollector { protected: wxList mAllNodes;