- Timestamp:
- 04/02/08 14:18:07 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Action/Base/OSGAction.cpp
r939 r1072 374 374 else if(! _useNewList) // new list is empty, but not used? 375 375 { 376 std::vector<NodePtr>::const_iterator it;376 Node::ChildrenFieldType::const_iterator it; 377 377 378 378 for( it = node->getMFChildren()->begin();
