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