aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/FileSystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdParty/efsw/FileSystem.hpp')
-rw-r--r--[-rwxr-xr-x]src/3rdParty/efsw/FileSystem.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/FileSystem.hpp b/src/3rdParty/efsw/FileSystem.hpp
index 6c24386..1d66ece 100755..100644
--- a/src/3rdParty/efsw/FileSystem.hpp
+++ b/src/3rdParty/efsw/FileSystem.hpp
@@ -3,7 +3,6 @@
3 3
4#include <efsw/FileInfo.hpp> 4#include <efsw/FileInfo.hpp>
5#include <efsw/base.hpp> 5#include <efsw/base.hpp>
6#include <map>
7 6
8namespace efsw { 7namespace efsw {
9 8
@@ -34,6 +33,9 @@ class FileSystem {
34 static bool changeWorkingDirectory( const std::string& path ); 33 static bool changeWorkingDirectory( const std::string& path );
35 34
36 static std::string getCurrentWorkingDirectory(); 35 static std::string getCurrentWorkingDirectory();
36
37 static std::string getRealPath( const std::string& path );
38
37}; 39};
38 40
39} // namespace efsw 41} // namespace efsw