Show
Ignore:
Timestamp:
05/05/08 06:58:23 (5 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Material/Base/OSGSwitchMaterialBase.inl

    r1193 r1197  
    110110//! Get the value of the \a index element the SwitchMaterial::_mfMaterials field. 
    111111inline 
    112 MaterialPtr SwitchMaterialBase::getMaterials(const UInt32 index) const 
     112Material * SwitchMaterialBase::getMaterials(const UInt32 index) const 
    113113{ 
    114114    return _mfMaterials[index];