(svn r25358) -Codechange: save and load link graph jobs and the schedule

This commit is contained in:
fonsinchen
2013-06-09 13:02:05 +00:00
parent 575cabe90a
commit 3d0a0e8e48
4 changed files with 156 additions and 2 deletions

View File

@@ -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];