Commit 721c24bc authored by Alexander Smorkalov's avatar Alexander Smorkalov

Typo fix. Name of native library was inconsists with java loadLibrary

parent a66cd569
......@@ -47,6 +47,6 @@ public class DetectionBasedTracker
static
{
System.loadLibrary("detection_based_tacker");
System.loadLibrary("detection_based_tracker");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment