summaryrefslogtreecommitdiff
path: root/ui/sync_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/sync_cfg.h')
-rw-r--r--ui/sync_cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/sync_cfg.h b/ui/sync_cfg.h
index ca9010d8..e56a533b 100644
--- a/ui/sync_cfg.h
+++ b/ui/sync_cfg.h
@@ -33,6 +33,7 @@ struct ExecWhenFinishedCfg
ReturnSyncConfig::ButtonPressed showSyncConfigDlg(wxWindow* parent,
CompareVariant compareVar,
SyncConfig& syncCfg,
+ const wxString& title,
xmlAccess::OnGuiError* handleError, //
ExecWhenFinishedCfg* execWhenFinished); //optional input parameter
}
bgstack15