diff options
Diffstat (limited to 'src/3rdParty/efsw/FileInfo.hpp')
-rwxr-xr-x | src/3rdParty/efsw/FileInfo.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/FileInfo.hpp b/src/3rdParty/efsw/FileInfo.hpp index a8dd3d3..f1bcf4b 100755 --- a/src/3rdParty/efsw/FileInfo.hpp +++ b/src/3rdParty/efsw/FileInfo.hpp | |||
@@ -18,10 +18,12 @@ class FileInfo { | |||
18 | 18 | ||
19 | FileInfo(); | 19 | FileInfo(); |
20 | 20 | ||
21 | FileInfo( const std::string& filepath ); | 21 | explicit FileInfo( const std::string& filepath ); |
22 | 22 | ||
23 | FileInfo( const std::string& filepath, bool linkInfo ); | 23 | FileInfo( const std::string& filepath, bool linkInfo ); |
24 | 24 | ||
25 | FileInfo( const FileInfo& ) = default; | ||
26 | |||
25 | bool operator==( const FileInfo& Other ) const; | 27 | bool operator==( const FileInfo& Other ) const; |
26 | 28 | ||
27 | bool operator!=( const FileInfo& Other ) const; | 29 | bool operator!=( const FileInfo& Other ) const; |