diff --git a/slsDetectorSoftware/slsDetector/slsDetectorUtils.h b/slsDetectorSoftware/slsDetector/slsDetectorUtils.h index e7fd42fef..4484742b7 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorUtils.h +++ b/slsDetectorSoftware/slsDetector/slsDetectorUtils.h @@ -61,7 +61,7 @@ class slsDetectorUtils : public slsDetectorActions, public postProcessing { virtual ~slsDetectorUtils(){}; - virtual int getNumberOfDetectors(){return 1;}; + virtual int getNumberOfDetectors(){return 1; };