]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/fl/garbagec.h
mark slider as being transparent, otherwise it has ugly solid grey background when...
[wxWidgets.git] / contrib / include / wx / fl / garbagec.h
index 4ea0640e8e9d0e0c1470ec52aae26f1eb5e483ff..5e3da01ef7184903535363e6353cd5749fda5e08 100644 (file)
@@ -25,7 +25,7 @@ struct GCItem
     wxList    mRefs;   // references to other nodes
 };
 
     wxList    mRefs;   // references to other nodes
 };
 
-inline void* gc_node_to_obj( wxNode* pGCNode )
+inline void* gc_node_to_obj( wxObjectList::compatibility_iterator pGCNode )
 {
     return ( (GCItem*) (pGCNode->GetData()) )->mpObj;
 }
 {
     return ( (GCItem*) (pGCNode->GetData()) )->mpObj;
 }
@@ -34,7 +34,7 @@ inline void* gc_node_to_obj( wxNode* pGCNode )
 This class implements an extremely slow but simple garbage collection algorithm.
 */
 
 This class implements an extremely slow but simple garbage collection algorithm.
 */
 
-class WXFL_DECLSPEC GarbageCollector
+class WXDLLIMPEXP_FL GarbageCollector
 {
 protected:
     wxList mAllNodes;
 {
 protected:
     wxList mAllNodes;