settings_common: Remove unncessary enum spec
This commit is contained in:
parent
9186f08c3c
commit
52cc7b438b
|
@ -80,8 +80,8 @@ public:
|
||||||
*/
|
*/
|
||||||
class BasicSetting {
|
class BasicSetting {
|
||||||
protected:
|
protected:
|
||||||
explicit BasicSetting(Linkage& linkage, const std::string& name, enum Category category_,
|
explicit BasicSetting(Linkage& linkage, const std::string& name, Category category_, bool save_,
|
||||||
bool save_, bool runtime_modifiable_, u32 specialization,
|
bool runtime_modifiable_, u32 specialization,
|
||||||
BasicSetting* other_setting);
|
BasicSetting* other_setting);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Reference in New Issue