- Timestamp:
- 01/24/08 15:11:54 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/State/SHL/OSGSHLParameterChunkBase.inl
r1017 r1041 79 79 SHLParameterChunkBase::editSFSHLChunk(void) 80 80 { 81 editSField(SHLChunkFieldMask); 82 81 83 return &_sfSHLChunk; 82 84 } … … 91 93 SHLParameterChunkBase::editSHLChunk(void) 92 94 { 95 editSField(SHLChunkFieldMask); 96 93 97 return _sfSHLChunk.editValue(); 94 98 }
