From 8bf668665b107469086f16cb8ad23e47d479d2b4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:14:37 +0200 Subject: 4.0 --- ui/sync_cfg.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ui/sync_cfg.h') diff --git a/ui/sync_cfg.h b/ui/sync_cfg.h index 7612d29b..1b95f53b 100644 --- a/ui/sync_cfg.h +++ b/ui/sync_cfg.h @@ -20,10 +20,8 @@ struct ReturnSyncConfig }; }; -ReturnSyncConfig::ButtonPressed showSyncConfigDlg(zen::CompareVariant compareVar, - zen::SyncConfig& syncConfiguration, - zen::DeletionPolicy& handleDeletion, - wxString& customDeletionDirectory, +ReturnSyncConfig::ButtonPressed showSyncConfigDlg(CompareVariant compareVar, + SyncConfig& syncCfg, xmlAccess::OnGuiError* handleError); //optional input parameter } -- cgit