mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-21 21:12:29 +01:00
Remove return std::move to make use of an implicit move
This commit is contained in:
parent
de59add19f
commit
2c998b0c9c
@ -192,7 +192,7 @@ namespace SVF
|
||||
break;
|
||||
}
|
||||
}
|
||||
return std::move(pred);
|
||||
return pred;
|
||||
}
|
||||
|
||||
void RegisterGetModelInfoCB(void*(*func)(const char*, int*))
|
||||
|
Loading…
Reference in New Issue
Block a user