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.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