More small fixes

This commit is contained in:
Gilbert Clark 2014-11-24 16:35:26 -05:00
parent 616ed22572
commit cda7c93704
2 changed files with 5 additions and 5 deletions

View file

@ -293,7 +293,7 @@ int Plugin::HookLoadFile(const std::string& file, const std::string& ext)
std::pair<Val*, bool> Plugin::HookCallFunction(const Func* func, Frame *parent, val_list* args)
{
std::pair<Val*, bool> result(NULL, false);
std::pair<Val*, bool> result(NULL, false);
return result;
}