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