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

Origin commit data
------------------
Commit: 720f52c0a0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-09-26 (Thu, 26 Sep 2013)
This commit is contained in:
Michael Liebmann
2013-09-26 02:50:48 +02:00
parent 0dadd08c80
commit 1a4b568ceb
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);