summaryrefslogtreecommitdiff
path: root/ui/folder_pair.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/folder_pair.h')
-rw-r--r--ui/folder_pair.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/folder_pair.h b/ui/folder_pair.h
index 557be006..43a7b279 100644
--- a/ui/folder_pair.h
+++ b/ui/folder_pair.h
@@ -8,7 +8,7 @@
#define FOLDERPAIR_H_INCLUDED
#include "../structures.h"
-#include "../lib/dir_name.h"
+#include "dir_name.h"
#include "../lib/resources.h"
#include "small_dlgs.h"
#include "sync_cfg.h"
@@ -189,6 +189,7 @@ private:
if (showSyncConfigDlg(cmpCfg.compareVar,
syncCfg,
+ NULL,
NULL) == ReturnSyncConfig::BUTTON_OKAY) //optional input parameter
{
altSyncConfig = std::make_shared<SyncConfig>(syncCfg);
bgstack15