fix lack of const to match def

This commit is contained in:
Isaac Connor
2020-11-01 18:48:13 -05:00
parent 73e6d5a9d0
commit 4e80c04d23

View File

@@ -336,7 +336,7 @@ bool Event::WriteFrameImage(
Image *image,
struct timeval timestamp,
const char *event_file,
bool alarm_frame) {
bool alarm_frame) const {
int thisquality =
(alarm_frame && (config.jpeg_alarm_file_quality > config.jpeg_file_quality)) ?