diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:09:24 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:09:24 +0200 |
commit | b5f042a6c132c1b97cf03c4615bab966c23f57d2 (patch) | |
tree | 1cb057a0ffd51264bb3c9807e2133505ce312eb1 /ui/progress_indicator.h | |
parent | 3.11 (diff) | |
download | FreeFileSync-b5f042a6c132c1b97cf03c4615bab966c23f57d2.tar.gz FreeFileSync-b5f042a6c132c1b97cf03c4615bab966c23f57d2.tar.bz2 FreeFileSync-b5f042a6c132c1b97cf03c4615bab966c23f57d2.zip |
3.12
Diffstat (limited to 'ui/progress_indicator.h')
-rw-r--r-- | ui/progress_indicator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/progress_indicator.h b/ui/progress_indicator.h index 4bd9861b..bb5a287c 100644 --- a/ui/progress_indicator.h +++ b/ui/progress_indicator.h @@ -40,7 +40,8 @@ class SyncStatus public: SyncStatus(StatusHandler& updater, wxTopLevelWindow* parentWindow, //may be NULL - bool startSilent); + bool startSilent, + const wxString& jobName); ~SyncStatus(); wxWindow* getAsWindow(); //convenience! don't abuse! |