diff options
Diffstat (limited to 'ui/sync_cfg.h')
-rw-r--r-- | ui/sync_cfg.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 } |