diff --git a/src/api/api.cpp b/src/api/api.cpp index dd6dc142..618fdc26 100644 --- a/src/api/api.cpp +++ b/src/api/api.cpp @@ -251,7 +251,8 @@ BOSS_API unsigned int boss_load_lists (boss_db db, const char * const masterlist temp = tempNode["plugins"].as< std::list >(); } else { boost::filesystem::path p(masterlistPath); - Loadv2Masterlist(p, temp); + std::list filler; + Loadv2Masterlist(p, temp, filler); } } catch (YAML::Exception& e) { extMessageStr = e.what();