Skip to content

Commit a064eb2

Browse files
committed
Fix issue #184.
1 parent fe8aa03 commit a064eb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/efsw/String.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <cstdlib>
1212
#include <cstring>
1313
#include <efsw/base.hpp>
14-
#include <fstream>
1514
#include <iostream>
1615
#include <locale>
1716
#include <sstream>
@@ -24,7 +23,7 @@ namespace efsw {
2423
* **/
2524
class String {
2625
public:
27-
typedef Uint32 StringBaseType;
26+
typedef char32_t StringBaseType;
2827
typedef std::basic_string<StringBaseType> StringType;
2928
typedef StringType::iterator Iterator; //! Iterator type
3029
typedef StringType::const_iterator ConstIterator; //! Constant iterator type

0 commit comments

Comments
 (0)