summaryrefslogtreecommitdiff
path: root/src/transfersavesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transfersavesdialog.h')
-rw-r--r--src/transfersavesdialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transfersavesdialog.h b/src/transfersavesdialog.h
index dee41c72..b983ad9e 100644
--- a/src/transfersavesdialog.h
+++ b/src/transfersavesdialog.h
@@ -92,8 +92,9 @@ private:
QPushButton *move);
bool transferCharacters(
- QString const &character, char const *message, SaveList &saves,
- QString const &dest,
+ QString const &character, char const *message,
+ QDir const& sourceDirectory, SaveList &saves,
+ QDir const& dest,
const std::function<bool(const QString &, const QString &)> &method,
char const *errmsg);
};