From 7e706cf64654aea466c059c307e5723e2423ed5d Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:20:50 +0200 Subject: 5.6 --- structures.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 09d11a60..58c157b9 100644 --- a/structures.h +++ b/structures.h @@ -72,7 +72,7 @@ enum CompareSymlinkResult SYMLINK_CONFLICT = FILE_CONFLICT }; - +/* inline CompareFilesResult convertToFilesResult(CompareDirResult value) { @@ -85,7 +85,7 @@ CompareFilesResult convertToFilesResult(CompareSymlinkResult value) { return static_cast(value); } - +*/ std::wstring getSymbol(CompareFilesResult cmpRes); -- cgit