Fix bad declaration in zm_detector.h
This commit is contained in:
parent
7c3ddece88
commit
d9bcf3aeef
|
@ -96,7 +96,7 @@ public:
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
//! Do detection inside one given zone.
|
//! 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.
|
//! Log messages to the SYSLOG.
|
||||||
void log(int, string sLevel, string sMessage);
|
void log(int, string sLevel, string sMessage);
|
||||||
|
|
Loading…
Reference in New Issue