From 9750786a5c03b5ce3ea22b240d1b3cd34990856b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 9 Apr 2025 17:40:13 +0800 Subject: Updated efsw. Fixed issue #204. --- src/3rdParty/efsw/FileInfo.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 src/3rdParty/efsw/FileInfo.hpp (limited to 'src/3rdParty/efsw/FileInfo.hpp') diff --git a/src/3rdParty/efsw/FileInfo.hpp b/src/3rdParty/efsw/FileInfo.hpp old mode 100755 new mode 100644 index f1bcf4b..1b55c35 --- a/src/3rdParty/efsw/FileInfo.hpp +++ b/src/3rdParty/efsw/FileInfo.hpp @@ -2,7 +2,7 @@ #define EFSW_FILEINFO_HPP #include -#include +#include #include #include @@ -18,11 +18,11 @@ class FileInfo { FileInfo(); - explicit FileInfo( const std::string& filepath ); + FileInfo( const std::string& filepath ); FileInfo( const std::string& filepath, bool linkInfo ); - FileInfo( const FileInfo& ) = default; + FileInfo(const FileInfo&) = default; bool operator==( const FileInfo& Other ) const; @@ -58,8 +58,8 @@ class FileInfo { }; typedef std::map FileInfoMap; -typedef std::list FileInfoList; -typedef std::list> MovedList; +typedef std::vector FileInfoList; +typedef std::vector> MovedList; } // namespace efsw -- cgit v1.2.3-55-g6feb