From 657c30948694632e937da9a4e61219c5e4bf95a0 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Mon, 10 Sep 2012 20:32:10 -0400 Subject: Zip install works again --- gui/objects.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index 6b247facc..1f3f11a90 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -251,7 +251,7 @@ protected: virtual int doAction(Action action, int isThreaded = 0); static void* thread_start(void *cookie); void simulate_progress_bar(void); - int flash_zip(std::string filename, std::string pageName, const int simulate); + int flash_zip(std::string filename, std::string pageName, const int simulate, int* wipe_cache); void operation_start(const string operation_name); void operation_end(const int operation_status, const int simulate); static void* command_thread(void *cookie); -- cgit v1.2.3