gui/update.cpp: add local variable for update mode

This commit is contained in:
[CST] Focus
2012-11-16 19:47:25 +04:00
parent b2e3f2a19b
commit 2ac735d0ec
2 changed files with 13 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ class CFlashUpdate : public CProgressWindow
std::string installedVersion;
std::string newVersion;
int menu_ret;
int softupdate_mode;
bool selectHttpImage(void);
bool getUpdateImage(const std::string & version);