From f43972d665c95b2148636c86a5b648e719901101 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 12 May 2019 16:34:13 -0400 Subject: 10.12 --- zen/file_access.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zen/file_access.h') diff --git a/zen/file_access.h b/zen/file_access.h index fc4b5833..8fdbde68 100644 --- a/zen/file_access.h +++ b/zen/file_access.h @@ -96,6 +96,7 @@ struct FileCopyResult FileCopyResult copyNewFile(const Zstring& sourceFile, const Zstring& targetFile, bool copyFilePermissions, //throw FileError, ErrorTargetExisting, ErrorFileLocked, X //accummulated delta != file size! consider ADS, sparse, compressed files const IOCallback& notifyUnbufferedIO /*throw X*/); + } #endif //FILE_ACCESS_H_8017341345614857 -- cgit