mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-11-25 14:52:30 +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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return std::move(pred);
|
return pred;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegisterGetModelInfoCB(void*(*func)(const char*, int*))
|
void RegisterGetModelInfoCB(void*(*func)(const char*, int*))
|
||||||
|
Loading…
Reference in New Issue
Block a user