From fefe20351d0720683990b666584b6879c90bd37d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 16:58:10 +0200 Subject: 1.19 --- algorithm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'algorithm.h') diff --git a/algorithm.h b/algorithm.h index 9cf1e8ad..f05eb95d 100644 --- a/algorithm.h +++ b/algorithm.h @@ -32,10 +32,11 @@ namespace FreeFileSync const std::set& rowsToDeleteOnRight, const bool deleteOnBothSides, const bool useRecycleBin, + const SyncConfiguration& syncConfig, ErrorHandler* errorHandler); - wxString utcTimeToLocalString(const wxLongLong& utcTime); + wxString utcTimeToLocalString(const wxLongLong& utcTime, const Zstring& filename); //enhanced binary search template: returns an iterator template -- cgit