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.cpp

    r2 r54  
    164164} 
    165165 
     166#ifdef OSG_1_COMPAT 
     167MFInt32 *ChunkMaterialBase::getMFSlots(void) 
     168{ 
     169    return this->editMFSlots(); 
     170} 
     171#endif 
     172 
    166173 
    167174void ChunkMaterialBase::pushToField(      FieldContainerPtrConstArg pNewElement,