mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 05:00:54 +08:00
Bugfix: Unbreak build by defaulting to true.
This commit is contained in:
@@ -241,7 +241,7 @@ namespace alpr
|
||||
|
||||
}
|
||||
|
||||
void Config::debugOff(bool value)
|
||||
void Config::debugOff(bool value = true)
|
||||
{
|
||||
debugGeneral = !value;
|
||||
debugTiming = !value;
|
||||
|
Reference in New Issue
Block a user