mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-04 07:48:05 +03:00
Core: Pass several parameters by const reference
This commit is contained in:
parent
98ed5881ab
commit
d9b51f74be
9 changed files with 16 additions and 16 deletions
|
@ -414,7 +414,7 @@ static int GetVal(const char *flt, char chr)
|
|||
return ret;
|
||||
}
|
||||
|
||||
static int alphatobin(u32 *dst, std::vector<std::string> alpha, int size)
|
||||
static int alphatobin(u32 *dst, const std::vector<std::string>& alpha, int size)
|
||||
{
|
||||
int j = 0;
|
||||
int ret = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue