diff options
Diffstat (limited to 'ui/batch_config.h')
-rw-r--r-- | ui/batch_config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/batch_config.h b/ui/batch_config.h index 472f21bf..04f0bf04 100644 --- a/ui/batch_config.h +++ b/ui/batch_config.h @@ -10,9 +10,11 @@ #include "../lib/process_xml.h" #include "folder_history_box.h" + namespace zen { -void showSyncBatchDlg(const wxString& referenceFile, +void showSyncBatchDlg(wxWindow* parent, + const wxString& referenceFile, const xmlAccess::XmlBatchConfig& batchCfg, const std::shared_ptr<FolderHistory>& folderHistLeft, const std::shared_ptr<FolderHistory>& folderHistRight, @@ -20,5 +22,4 @@ void showSyncBatchDlg(const wxString& referenceFile, size_t execFinishedhistoryMax); } - #endif // BATCHCONFIG_H_INCLUDED |