| 99 | } |
| 100 | |
| 101 | int SettingsLoadWrapper::EntryBitfield(const char* section, const char* var, int value, const int defvalue /*= 0*/) |
| 102 | { |
| 103 | return m_si.GetIntValue(section, var, defvalue); |
| 104 | } |
| 105 | |
| 106 | SettingsSaveWrapper::SettingsSaveWrapper(SettingsInterface& si) |
| 107 | : SettingsWrapper(si) |
no test coverage detected