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/FileIO/3DS/OSG3DSSceneFileType.h

    r1039 r1063  
    9090    MaterialTransitPtr createMaterial(L3DS &scene, UInt32 id) const; 
    9191     
    92     typedef std::map<UInt32, MaterialRefPtr> MaterialMap; 
    93     typedef MaterialMap::iterator            MaterialMapIt; 
    94     typedef MaterialMap::const_iterator      MaterialMapConstIt; 
     92    typedef std::map<UInt32, MaterialInternalRefPtr> MaterialMap; 
     93    typedef MaterialMap::iterator                    MaterialMapIt; 
     94    typedef MaterialMap::const_iterator              MaterialMapConstIt; 
    9595     
    9696    mutable MaterialMap _materials;