summaryrefslogtreecommitdiff
path: root/synchronization.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:22:18 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:22:18 +0200
commitbcc5cc28c6dc5178e8f4fd0cc521034ae5def388 (patch)
treebacc60d27b435d32172f97643576c5e4e953177d /synchronization.h
parent5.9 (diff)
downloadFreeFileSync-bcc5cc28c6dc5178e8f4fd0cc521034ae5def388.tar.gz
FreeFileSync-bcc5cc28c6dc5178e8f4fd0cc521034ae5def388.tar.bz2
FreeFileSync-bcc5cc28c6dc5178e8f4fd0cc521034ae5def388.zip
5.10
Diffstat (limited to 'synchronization.h')
-rw-r--r--synchronization.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/synchronization.h b/synchronization.h
index 87ad963a..dceac496 100644
--- a/synchronization.h
+++ b/synchronization.h
@@ -78,7 +78,6 @@ struct FolderPairSyncCfg
};
std::vector<FolderPairSyncCfg> extractSyncCfg(const MainConfiguration& mainCfg);
-class SynchronizeFolderPair;
//FFS core routine:
void synchronize(const TimeComp& timeStamp,
bgstack15