mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
common,configure_system: Rename method to GetCategory
Fixes essentially a shadowing issue.
This commit is contained in:
@@ -36,7 +36,7 @@ bool BasicSetting::RuntimeModfiable() const {
|
||||
return runtime_modifiable;
|
||||
}
|
||||
|
||||
Category BasicSetting::Category() const {
|
||||
Category BasicSetting::GetCategory() const {
|
||||
return category;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user