Small fixes

This commit is contained in:
Gilbert Clark 2014-11-24 16:30:12 -05:00
parent 7eadcad674
commit 616ed22572

View file

@ -573,7 +573,7 @@ std::pair<Val*, bool> Manager::HookCallFunction(const Func* func, Frame* parent,
hook_list* l = hooks[HOOK_CALL_FUNCTION]; hook_list* l = hooks[HOOK_CALL_FUNCTION];
std::pair<Val*, bool> v; std::pair<Val*, bool> v = std::pair<Val*, bool>(NULL, false);
if ( l ) if ( l )
for ( hook_list::iterator i = l->begin(); i != l->end(); ++i ) for ( hook_list::iterator i = l->begin(); i != l->end(); ++i )