Compilation fix

This commit is contained in:
Nekotekina 2015-02-18 19:28:09 +03:00
parent af986d8f4c
commit 1589b72699
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@
std::vector<ModuleFunc> g_ps3_func_list;
u32 add_ps3_func(ModuleFunc& func)
u32 add_ps3_func(ModuleFunc func)
{
for (auto& f : g_ps3_func_list)
{