comparison Framework/Loaders/OrthancSeriesVolumeProgressiveLoader.h @ 951:4a593397b11c toa2019081302

Fixed clang warning about missing 'override'
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 13 Aug 2019 17:30:30 +0200
parents 32eaf4929b08
children 262a0244e9b2
comparison
equal deleted inserted replaced
950:e8c81a5582d6 951:4a593397b11c
156 /** 156 /**
157 When a slice is requested, the strategy algorithm (that defines the 157 When a slice is requested, the strategy algorithm (that defines the
158 sequence of resources to be loaded from the server) is modified to 158 sequence of resources to be loaded from the server) is modified to
159 take into account this request (this is done in the ExtractedSlice ctor) 159 take into account this request (this is done in the ExtractedSlice ctor)
160 */ 160 */
161 virtual IExtractedSlice* ExtractSlice(const CoordinateSystem3D& cuttingPlane); 161 virtual IExtractedSlice*
162 ExtractSlice(const CoordinateSystem3D& cuttingPlane) ORTHANC_OVERRIDE;
162 }; 163 };
163 } 164 }