Show
Ignore:
Timestamp:
02/27/08 09:30:29 (9 months ago)
Author:
cneumann
Message:

fixed: Overzealous use of RefPtr? replaced with InternalRefPtr?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork2/Source/System/GraphOp/OSGVerifyGraphOp.cpp

    r1039 r1063  
    191191                SINFO << "  Repairing node.  Adding group core." << endLog; 
    192192                 
    193             GroupRefPtr pCore = Group::create(); 
     193            GroupInternalRefPtr pCore = Group::create(); 
    194194            node->setCore(pCore); 
    195195            std::string new_name = node_name + "_FIXED"; 
     
    469469                    OSG::setName(parent, nname.c_str()); 
    470470                     
    471                     GroupRefPtr pCore = Group::create(); 
     471                    GroupInternalRefPtr pCore = Group::create(); 
    472472                    parent->setCore(pCore); 
    473473                }