summaryrefslogtreecommitdiff
path: root/graphics/ogre3d19/files/patch-OgreMain_include_OgreUTFString.h
blob: d621de049b5d2ea5e7272b33383595c4831a1896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- OgreMain/include/OgreUTFString.h.orig	2013-12-01 17:28:12 UTC
+++ OgreMain/include/OgreUTFString.h
@@ -188,10 +188,10 @@ namespace Ogre {
 		static const size_type npos = static_cast<size_type>(~0);
 
 		//! a single 32-bit Unicode character
-		typedef uint32 unicode_char;
+		typedef char32_t unicode_char;
 
 		//! a single UTF-16 code point
-		typedef uint16 code_point;
+		typedef char16_t code_point;
 
 		//! value type typedef for use in iterators
 		typedef code_point value_type;