From c0cdb2ad99a1e2a6ade5ce76c91177a79258e669 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:10:11 +0200 Subject: 3.14 --- ui/progress_indicator.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ui/progress_indicator.h') diff --git a/ui/progress_indicator.h b/ui/progress_indicator.h index 9e139ae5..4bf0c048 100644 --- a/ui/progress_indicator.h +++ b/ui/progress_indicator.h @@ -11,6 +11,11 @@ #include #include "../library/status_handler.h" +namespace ffs3 +{ +class ErrorLogging; +} + class CompareStatus { @@ -67,7 +72,7 @@ public: //essential to call one of these two methods in StatusUpdater derived class destructor at the LATEST(!) //to prevent access to callback to updater (e.g. request abort) - void processHasFinished(SyncStatusID id, const wxString& finalMessage); + void processHasFinished(SyncStatusID id, const ffs3::ErrorLogging& log); void closeWindowDirectly(); //don't wait for user private: -- cgit