wxUSE_STL fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@ struct GCItem
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user