mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 06:37:50 +00:00
common,configure_system: Rename method to GetCategory
Fixes essentially a shadowing issue.
This commit is contained in:
parent
5e52526942
commit
b187a3c214
4 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,7 @@ bool BasicSetting::RuntimeModfiable() const {
|
|||
return runtime_modifiable;
|
||||
}
|
||||
|
||||
Category BasicSetting::Category() const {
|
||||
Category BasicSetting::GetCategory() const {
|
||||
return category;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue