diff --git a/isettings.h b/isettings.h index cb16eb3..c225118 100644 --- a/isettings.h +++ b/isettings.h @@ -46,7 +46,7 @@ public: "the Settingstype type must be ISettings"); if(!_settings){ - _settings = new Settingstype(); + _settings = new SettingsType(); } return _settings;