mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Rename Symbol constructor parameter to prevent shadowing
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user