summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-01-09 18:23:19 +0100
committerDees Troy <dees_troy@teamw.in>2015-01-09 23:07:25 +0100
commit0d47eb5686d60003759d93165fcadb5f3dfb6b6a (patch)
tree4543af4dd44c2f06e20bdae1bef2e967448f4651 /gui/objects.hpp
parentAllow flashing of images via the GUI (diff)
downloadandroid_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.tar
android_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.tar.gz
android_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.tar.bz2
android_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.tar.lz
android_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.tar.xz
android_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.tar.zst
android_bootable_recovery-0d47eb5686d60003759d93165fcadb5f3dfb6b6a.zip
Diffstat (limited to '')
-rw-r--r--gui/objects.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index bb3edb398..a89f48680 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -285,7 +285,7 @@ protected:
int doAction(Action action);
bool needsToRunInSeparateThread(const Action& action);
void simulate_progress_bar(void);
- int flash_zip(std::string filename, std::string pageName, int* wipe_cache);
+ int flash_zip(std::string filename, int* wipe_cache);
void reinject_after_flash();
void operation_start(const string operation_name);
void operation_end(const int operation_status);