mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Bugfix: Method has been moved and renamed.
This commit is contained in:
@@ -886,9 +886,9 @@ namespace openalprnet {
|
||||
}
|
||||
}
|
||||
|
||||
void DebugOff(bool value)
|
||||
void SetDebug(bool value)
|
||||
{
|
||||
this->m_config->debugOff(value);
|
||||
this->SetDebug(value);
|
||||
}
|
||||
|
||||
String^ GetKeypointsRuntimeDir()
|
||||
|
Reference in New Issue
Block a user