- Timestamp:
- 07/26/07 21:33:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGPipelineComposer.cpp
r835 r852 119 119 /*----------------------------- class specific ----------------------------*/ 120 120 121 void PipelineComposer::changed(ConstFieldMaskArg whichField, UInt32 origin) 122 { 123 Inherited::changed(whichField, origin); 121 void PipelineComposer::changed(ConstFieldMaskArg whichField, 122 UInt32 origin, 123 BitVector details) 124 { 125 Inherited::changed(whichField, origin, details); 124 126 } 125 127
