diff --git a/src/bindings/csharp/openalpr-net/openalpr-net.cpp b/src/bindings/csharp/openalpr-net/openalpr-net.cpp index 7f31828..94c3421 100644 --- a/src/bindings/csharp/openalpr-net/openalpr-net.cpp +++ b/src/bindings/csharp/openalpr-net/openalpr-net.cpp @@ -886,9 +886,9 @@ namespace openalprnet { } } - void DebugOff(bool value) + void SetDebug(bool value) { - this->m_config->debugOff(value); + this->SetDebug(value); } String^ GetKeypointsRuntimeDir()