diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:08:42 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:08:42 +0200 |
commit | c32707148292d104c66276b43796d6057c8c7a5d (patch) | |
tree | bb83513f4aff24153e21a4ec92e34e4c27651b1f /ui/sync_cfg.h | |
parent | 3.9 (diff) | |
download | FreeFileSync-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.h | 4 |
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 |