Fix bad declaration in zm_detector.h

This commit is contained in:
Emmanuel Papin 2014-12-21 20:54:42 +01:00
parent 7c3ddece88
commit d9bcf3aeef
1 changed files with 1 additions and 1 deletions

View File

@ -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);