From 884a8e48e94d355be182e887931acf050fa79790 Mon Sep 17 00:00:00 2001 From: Peter Rekdal Sunde Date: Wed, 8 Jul 2015 14:14:54 +0200 Subject: [PATCH] Brainfart! Forgot about the header file. --- src/openalpr/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openalpr/config.h b/src/openalpr/config.h index 2a1105c..ebcab63 100644 --- a/src/openalpr/config.h +++ b/src/openalpr/config.h @@ -119,7 +119,7 @@ namespace alpr bool debugShowImages; bool debugPauseOnFrame; - void debugOff(bool value); + void debugOff(bool value = true); std::string getKeypointsRuntimeDir(); std::string getCascadeRuntimeDir();