diff options
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r-- | src/settings_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h index 74dab482d..7ac0a4f6a 100644 --- a/src/settings_internal.h +++ b/src/settings_internal.h @@ -84,6 +84,6 @@ enum IniGroupType { }; const SettingDesc *GetPatchFromName(const char *name, uint *i); -bool SetPatchValue(uint index, const Patches *object, int32 value); +bool SetPatchValue(uint index, const Settings *object, int32 value); #endif /* SETTINGS_H */ |