common,configure_system: Rename method to GetCategory
Fixes essentially a shadowing issue.
This commit is contained in:
parent
267f3c7905
commit
1e093767a8
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