mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 06:43:01 +05:00
Remove return std::move to make use of an implicit move
This commit is contained in:
parent
de59add19f
commit
2c998b0c9c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ namespace SVF
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return std::move(pred);
|
return pred;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegisterGetModelInfoCB(void*(*func)(const char*, int*))
|
void RegisterGetModelInfoCB(void*(*func)(const char*, int*))
|
||||||
|
|
Loading…
Reference in a new issue