Changeset 660 for branches/mixin-collappse/Source/System/NodeCores/Drawables/Geometry/Util/OSGStatsAttachmentBase.cpp
- Timestamp:
- 04/06/07 00:00:32 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mixin-collappse/Source/System/NodeCores/Drawables/Geometry/Util/OSGStatsAttachmentBase.cpp
r658 r660 213 213 214 214 215 void StatsAttachmentBase::resolveLinks(UInt32 uiCurrentAspect, 216 AspectOffsetStore &oOffsets) 217 { 218 Inherited::resolveLinks(uiCurrentAspect, oOffsets); 215 void StatsAttachmentBase::resolveLinks(void) 216 { 217 Inherited::resolveLinks(); 218 219 219 220 } 220 221
