mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:52:49 +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()
|
String^ GetKeypointsRuntimeDir()
|
||||||
|
Reference in New Issue
Block a user