diff options
Diffstat (limited to 'ui/gui_status_handler.h')
-rw-r--r-- | ui/gui_status_handler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gui_status_handler.h b/ui/gui_status_handler.h index f7b58f05..30efe3fb 100644 --- a/ui/gui_status_handler.h +++ b/ui/gui_status_handler.h @@ -49,7 +49,7 @@ private: class SyncStatusHandler : public zen::StatusHandler { public: - SyncStatusHandler(wxTopLevelWindow* parentDlg, + SyncStatusHandler(wxFrame* parentDlg, size_t lastSyncsLogFileSizeMax, xmlAccess::OnGuiError handleError, const std::wstring& jobName, @@ -70,7 +70,6 @@ private: virtual void abortThisProcess(); //throw GuiAbortProcess void onProgressDialogTerminate(); - wxTopLevelWindow* parentDlg_; SyncProgressDialog* progressDlg; //managed to have shorter lifetime than this handler! const size_t lastSyncsLogFileSizeMax_; xmlAccess::OnGuiError handleError_; |