Changeset 660 for branches/mixin-collappse/Source/System/NodeCores/Drawables/Geometry/Util/OSGGeoStatsAttachmentBase.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/OSGGeoStatsAttachmentBase.cpp
r658 r660 779 779 #endif 780 780 781 void GeoStatsAttachmentBase::resolveLinks(UInt32 uiCurrentAspect, 782 AspectOffsetStore &oOffsets) 783 { 784 Inherited::resolveLinks(uiCurrentAspect, oOffsets); 781 void GeoStatsAttachmentBase::resolveLinks(void) 782 { 783 Inherited::resolveLinks(); 784 785 785 786 } 786 787
