CFlashExpert: Add return value to showMTDSelector() & showFileSelector()

This commit is contained in:
Michael Liebmann
2013-09-26 02:50:48 +02:00
parent 40dc93d9e8
commit 720f52c0a0
2 changed files with 14 additions and 13 deletions

View File

@@ -72,8 +72,8 @@ class CFlashExpert : public CProgressWindow
int selectedMTD;
int width;
void showMTDSelector(const std::string & actionkey);
void showFileSelector(const std::string & actionkey);
int showMTDSelector(const std::string & actionkey);
int showFileSelector(const std::string & actionkey);
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);