mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 01:42:49 +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;
|
debugGeneral = !value;
|
||||||
debugTiming = !value;
|
debugTiming = !value;
|
||||||
|
Reference in New Issue
Block a user