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 /comparison.h | |
parent | 3.9 (diff) | |
download | FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.gz FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.tar.bz2 FreeFileSync-c32707148292d104c66276b43796d6057c8c7a5d.zip |
3.10
Diffstat (limited to 'comparison.h')
-rw-r--r-- | comparison.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/comparison.h b/comparison.h index ac22104c..7ed54eeb 100644 --- a/comparison.h +++ b/comparison.h @@ -43,7 +43,6 @@ class CompareProcess public: CompareProcess(SymLinkHandling handleSymlinks, size_t fileTimeTol, - bool ignoreOneHourDiff, xmlAccess::OptionalDialogs& warnings, StatusHandler* handler); @@ -66,7 +65,6 @@ private: boost::shared_ptr<DirectoryBuffer> directoryBuffer; //std::auto_ptr does not work with forward declarations (Or we need a non-inline ~CompareProcess())! const size_t fileTimeTolerance; //max allowed file time deviation - const bool ignoreOneHourDifference; xmlAccess::OptionalDialogs& m_warnings; |