diff --git a/src/zm_detector.h b/src/zm_detector.h index cd21a2b8f..b82e6f1b0 100644 --- a/src/zm_detector.h +++ b/src/zm_detector.h @@ -96,7 +96,7 @@ public: protected: //! Do detection inside one given zone. - virtual bool checkZone(Zone *zone, unsigned int n_zone, const Image &zmImage) = 0; + virtual bool checkZone(Zone *zone, unsigned int n_zone, const Image *zmImage) = 0; //! Log messages to the SYSLOG. void log(int, string sLevel, string sMessage);