summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r--plugins/PluginUpdater/src/stdafx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index b7085723f8..56ba6951ff 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -134,9 +134,7 @@ enum
#define DB_SETTING_UPDATE_MODE "UpdateMode"
#define DB_SETTING_UPDATE_URL "UpdateURL"
-#define DB_SETTING_NEED_RESTART "NeedRestart"
#define DB_SETTING_DONT_SWITCH_TO_STABLE "DontSwitchToStable"
-#define DB_SETTING_CHANGEPLATFORM "ChangePlatform"
#define DB_MODULE_FILES MODULENAME "Files"
#define DB_MODULE_NEW_FILES MODULENAME "NewFiles"
@@ -181,7 +179,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
bool bForceRedownload = false, bSilent; // not a db options
// common options
- CMOption<bool> bUpdateOnStartup, bUpdateOnPeriod, bOnlyOnceADay, bSilentMode, bBackup, bChangePlatform, bAutoRestart;
+ CMOption<bool> bUpdateOnStartup, bUpdateOnPeriod, bOnlyOnceADay, bSilentMode, bBackup, bChangePlatform, bAutoRestart, bNeedRestart;
CMOption<int> iPeriod, iPeriodMeasure, iNumberBackups;
CMOption<uint32_t> dwLastUpdate;