diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:51:28 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:51:28 +0200 |
commit | 8f27768c1c35f09152b35caeab20e705086fd03f (patch) | |
tree | 1b1c8fa36bb2b7fc60e2be551a454de239bb5c7f /library/multithreading.h | |
parent | 1.7 (diff) | |
download | FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.tar.gz FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.tar.bz2 FreeFileSync-8f27768c1c35f09152b35caeab20e705086fd03f.zip |
1.8
Diffstat (limited to 'library/multithreading.h')
-rw-r--r-- | library/multithreading.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/multithreading.h b/library/multithreading.h index 56cff890..f2b5211c 100644 --- a/library/multithreading.h +++ b/library/multithreading.h @@ -20,7 +20,7 @@ public: virtual int reportError(const wxString& text) = 0; //this method is triggered repeatedly and can be used to refresh the ui by dispatching pending events - virtual void triggerUI_Refresh() = 0; + virtual void triggerUI_Refresh(bool asyncProcessActive = false) = 0; void requestAbortion() //opportunity to abort must be implemented in a frequently executed method like triggerUI_Refresh() { //currently used by the UI status information screen, when button "Abort is pressed" |