Bugfix: Stack overflow.

This commit is contained in:
Peter Rekdal Sunde
2015-07-08 20:17:47 +02:00
parent f18c7044a1
commit ae78d52c7e

View File

@@ -888,7 +888,7 @@ namespace openalprnet {
void SetDebug(bool value)
{
this->SetDebug(value);
this->m_config->setDebug(value);
}
String^ GetKeypointsRuntimeDir()