Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

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

    r2 r54  
    112112    return _mfSlots; 
    113113} 
     114 
     115#ifdef OSG_1_COMPAT 
     116inline 
     117Int32 &ChunkMaterialBase::getSlots(const UInt32 index) 
     118{ 
     119    return this->editSlots(index); 
     120} 
     121 
     122inline 
     123MFInt32 &ChunkMaterialBase::getSlots(void) 
     124{ 
     125    return this->editSlots(); 
     126} 
     127 
     128#endif 
     129 
    114130 
    115131//! Get the ChunkMaterial::_mfSlots field.