Bugfix: Method has been moved and renamed.

This commit is contained in:
Peter Rekdal Sunde
2015-07-08 14:57:20 +02:00
parent 3644f40ced
commit 55c470660a

View File

@@ -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()