tests and std::sort

This commit is contained in:
Erik Frojdh
2019-04-05 16:24:28 +02:00
parent f11db00aef
commit cbacf471d6
10 changed files with 213 additions and 48 deletions

View File

@ -545,7 +545,7 @@ public:
* @param detPos -1 for all detectors in list or specific detector position
* @returns pointer to array of ROI structure
*/
slsDetectorDefs::ROI* getROI(int &n, int detPos = -1);
const slsDetectorDefs::ROI* getROI(int &n, int detPos = -1);