- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/GraphOp/OSGVerifyGraphOp.cpp
r1039 r1063 191 191 SINFO << " Repairing node. Adding group core." << endLog; 192 192 193 Group RefPtr pCore = Group::create();193 GroupInternalRefPtr pCore = Group::create(); 194 194 node->setCore(pCore); 195 195 std::string new_name = node_name + "_FIXED"; … … 469 469 OSG::setName(parent, nname.c_str()); 470 470 471 Group RefPtr pCore = Group::create();471 GroupInternalRefPtr pCore = Group::create(); 472 472 parent->setCore(pCore); 473 473 }
