joaofaro / KCFcpp

C++ Implementation of KCF Tracker
BSD 3-Clause "New" or "Revised" License
889 stars 445 forks source link

Fix compilation error, modify C++ string to char* for ifstream.open() #4

Open cory8249 opened 7 years ago

cory8249 commented 7 years ago

I've encountered compilation error in my Win10 MinGW GCC 5.1, I found that is a data type mismatch in ifstream.open() function. Converting C++ string to C-style char* string solves this problem.