- Timestamp:
- 04/06/07 00:00:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mixin-collappse/Source/System/Material/Simple/OSGSimpleMaterialBase.cpp
r658 r660 837 837 #endif 838 838 839 void SimpleMaterialBase::resolveLinks(UInt32 uiCurrentAspect, 840 AspectOffsetStore &oOffsets) 841 { 842 Inherited::resolveLinks(uiCurrentAspect, oOffsets); 839 void SimpleMaterialBase::resolveLinks(void) 840 { 841 Inherited::resolveLinks(); 842 843 843 844 } 844 845
