summaryrefslogtreecommitdiff
path: root/ui/sync_cfg.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:08:42 +0200
commitc32707148292d104c66276b43796d6057c8c7a5d (patch)
treebb83513f4aff24153e21a4ec92e34e4c27651b1f /ui/sync_cfg.h
parent3.9 (diff)
downloadFreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.gz
FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.bz2
FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.zip
3.10
Diffstat (limited to 'ui/sync_cfg.h')
-rw-r--r--ui/sync_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/sync_cfg.h b/ui/sync_cfg.h
index b738111a..805bb03f 100644
--- a/ui/sync_cfg.h
+++ b/ui/sync_cfg.h
@@ -14,7 +14,7 @@
namespace ffs3
{
-class DragDropOnDlg;
+class DirectoryName;
}
@@ -93,7 +93,7 @@ private:
wxString& refCustomDeletionDirectory;
bool* refIgnoreErrors;
- std::auto_ptr<ffs3::DragDropOnDlg> dragDropCustomDelFolder;
+ std::auto_ptr<ffs3::DirectoryName> customDelFolder;
};
#endif // SYNCCONFIG_H_INCLUDED
bgstack15