mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Merge pull request #11979 from nicovank/master
Minor fix: Rename Symbol constructor parameter to prevent shadowing
This commit is contained in:
commit
5ad2d86cc7
@ -38,7 +38,7 @@ struct Symbol
|
||||
};
|
||||
|
||||
Symbol() = default;
|
||||
explicit Symbol(const std::string& name) { Rename(name); }
|
||||
explicit Symbol(const std::string& symbol_name) { Rename(symbol_name); }
|
||||
|
||||
void Rename(const std::string& symbol_name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user