mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
Inheriting GeneralSettings from SettingsCategory, making generic read/write JSON functions
This commit is contained in:
parent
78739cd627
commit
c93e776137
7 changed files with 184 additions and 96 deletions
|
|
@ -37,7 +37,7 @@ class BadSettingsTest :
|
|||
void VerifyDefaults()
|
||||
{
|
||||
std::shared_ptr<settings::GeneralSettings> defaultGeneralSettings =
|
||||
settings::GeneralSettings::Create();
|
||||
std::make_shared<settings::GeneralSettings>();
|
||||
std::shared_ptr<settings::PaletteSettings> defaultPaletteSettings =
|
||||
settings::PaletteSettings::Create();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue