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/NodeCores/Drawables/Base/OSGDrawableBase.cpp

    r658 r660  
    212212 
    213213 
    214 void DrawableBase::resolveLinks(UInt32             uiCurrentAspect, 
    215                                      AspectOffsetStore &oOffsets) 
    216 
    217     Inherited::resolveLinks(uiCurrentAspect, oOffsets); 
     214void DrawableBase::resolveLinks(void) 
     215
     216    Inherited::resolveLinks(); 
     217 
     218 
    218219} 
    219220