- Timestamp:
- 07/26/07 21:33:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGBinarySwapComposer.cpp
r835 r852 90 90 /*----------------------------- class specific ----------------------------*/ 91 91 92 void BinarySwapComposer::changed(ConstFieldMaskArg whichField, UInt32 origin) 93 { 94 Inherited::changed(whichField, origin); 92 void BinarySwapComposer::changed(ConstFieldMaskArg whichField, 93 UInt32 origin, 94 BitVector details) 95 { 96 Inherited::changed(whichField, origin, details); 95 97 } 96 98
