diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:58:10 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 16:58:10 +0200 |
commit | fefe20351d0720683990b666584b6879c90bd37d (patch) | |
tree | 8ab90520ae2123ac84293b0f9cec006317e5fc01 /algorithm.h | |
parent | 1.18 (diff) | |
download | FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.gz FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.tar.bz2 FreeFileSync-fefe20351d0720683990b666584b6879c90bd37d.zip |
1.19
Diffstat (limited to 'algorithm.h')
-rw-r--r-- | algorithm.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<int>& 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 <class ForwardIterator, class T> |