#ifndef __GARBAGEC_G__
#define __GARBAGEC_G__
-#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma interface "garbagec.h"
-#endif
-
#include "wx/list.h"
#include "wx/fl/fldefs.h"
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;
}