(svn r25358) -Codechange: save and load link graph jobs and the schedule
This commit is contained in:
@@ -1714,7 +1714,7 @@ void DeleteGRFPresetFromConfig(const char *config_name)
|
||||
delete ini;
|
||||
}
|
||||
|
||||
static const SettingDesc *GetSettingDescription(uint index)
|
||||
const SettingDesc *GetSettingDescription(uint index)
|
||||
{
|
||||
if (index >= lengthof(_settings)) return NULL;
|
||||
return &_settings[index];
|
||||
|
Reference in New Issue
Block a user