diff options
Diffstat (limited to 'src/3rdParty/efsw/String.hpp')
-rw-r--r--[-rwxr-xr-x] | src/3rdParty/efsw/String.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdParty/efsw/String.hpp b/src/3rdParty/efsw/String.hpp index 65bce33..b42b945 100755..100644 --- a/src/3rdParty/efsw/String.hpp +++ b/src/3rdParty/efsw/String.hpp | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <cstdlib> | 11 | #include <cstdlib> |
12 | #include <cstring> | 12 | #include <cstring> |
13 | #include <efsw/base.hpp> | 13 | #include <efsw/base.hpp> |
14 | #include <fstream> | ||
15 | #include <iostream> | 14 | #include <iostream> |
16 | #include <locale> | 15 | #include <locale> |
17 | #include <sstream> | 16 | #include <sstream> |
@@ -24,7 +23,7 @@ namespace efsw { | |||
24 | * **/ | 23 | * **/ |
25 | class String { | 24 | class String { |
26 | public: | 25 | public: |
27 | typedef Uint32 StringBaseType; | 26 | typedef char32_t StringBaseType; |
28 | typedef std::basic_string<StringBaseType> StringType; | 27 | typedef std::basic_string<StringBaseType> StringType; |
29 | typedef StringType::iterator Iterator; //! Iterator type | 28 | typedef StringType::iterator Iterator; //! Iterator type |
30 | typedef StringType::const_iterator ConstIterator; //! Constant iterator type | 29 | typedef StringType::const_iterator ConstIterator; //! Constant iterator type |