From c8e0e909b4a8d18319fc65434a10dc446434817c Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:19:49 +0200 Subject: 5.3 --- ui/sync_cfg.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ui/sync_cfg.h') diff --git a/ui/sync_cfg.h b/ui/sync_cfg.h index dae79d1d..3d5eb88c 100644 --- a/ui/sync_cfg.h +++ b/ui/sync_cfg.h @@ -7,8 +7,10 @@ #ifndef SYNCCONFIG_H_INCLUDED #define SYNCCONFIG_H_INCLUDED +#include #include "../lib/process_xml.h" + namespace zen { struct ReturnSyncConfig @@ -16,7 +18,7 @@ struct ReturnSyncConfig enum ButtonPressed { BUTTON_CANCEL, - BUTTON_OKAY = 1 + BUTTON_OKAY }; }; @@ -28,7 +30,8 @@ struct ExecWhenFinishedCfg }; -ReturnSyncConfig::ButtonPressed showSyncConfigDlg(CompareVariant compareVar, +ReturnSyncConfig::ButtonPressed showSyncConfigDlg(wxWindow* parent, + CompareVariant compareVar, SyncConfig& syncCfg, xmlAccess::OnGuiError* handleError, // ExecWhenFinishedCfg* execWhenFinished); //optional input parameter -- cgit