Show
Ignore:
Timestamp:
05/05/08 06:58:23 (4 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/OSGMultiPassMaterialBase.inl

    r1193 r1197  
    7777//! Get the value of the \a index element the MultiPassMaterial::_mfMaterials field. 
    7878inline 
    79 MaterialPtr MultiPassMaterialBase::getMaterials(const UInt32 index) const 
     79Material * MultiPassMaterialBase::getMaterials(const UInt32 index) const 
    8080{ 
    8181    return _mfMaterials[index];