Settings: mark non-modified pointer parameters const

This commit is contained in:
Christian Göttsche
2021-03-12 16:48:41 +01:00
parent d37d66bb3a
commit c38819a675
2 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ static inline int Settings_getActiveDirection(const Settings* this) {
void Settings_delete(Settings* this);
bool Settings_write(Settings* this);
bool Settings_write(const Settings* this);
Settings* Settings_new(int initialCpuCount);