Updated API internally to reflect recent changes.

This commit is contained in:
WrinklyNinja
2013-07-29 09:41:24 +01:00
parent 711fc7799e
commit 2cde0c2c5c
+2 -1
View File
@@ -251,7 +251,8 @@ BOSS_API unsigned int boss_load_lists (boss_db db, const char * const masterlist
temp = tempNode["plugins"].as< std::list<boss::Plugin> >();
} else {
boost::filesystem::path p(masterlistPath);
Loadv2Masterlist(p, temp);
std::list<boss::Message> filler;
Loadv2Masterlist(p, temp, filler);
}
} catch (YAML::Exception& e) {
extMessageStr = e.what();