Show
Ignore:
Timestamp:
04/06/07 00:00:32 (2 years ago)
Author:
vossg
Message:

fixed : improved multi aspect value field deletion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mixin-collappse/Source/System/Material/Base/OSGSwitchMaterialBase.cpp

    r658 r660  
    599599#endif 
    600600 
    601 void SwitchMaterialBase::resolveLinks(UInt32             uiCurrentAspect, 
    602                                      AspectOffsetStore &oOffsets) 
    603 
    604     Inherited::resolveLinks(uiCurrentAspect, oOffsets); 
     601void SwitchMaterialBase::resolveLinks(void) 
     602
     603    Inherited::resolveLinks(); 
     604 
     605 
    605606 
    606607    static_cast<SwitchMaterial *>(this)->clearMaterials();