diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:10:11 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:10:11 +0200 |
commit | c0cdb2ad99a1e2a6ade5ce76c91177a79258e669 (patch) | |
tree | 4701a015385d9a6a5a4ba99a8f1f5d400fff26b1 /ui/progress_indicator.h | |
parent | 3.13 (diff) | |
download | FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.tar.gz FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.tar.bz2 FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.zip |
3.14
Diffstat (limited to 'ui/progress_indicator.h')
-rw-r--r-- | ui/progress_indicator.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 <wx/toplevel.h> #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: |