summaryrefslogtreecommitdiff
path: root/include/SFML/System/Unicode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/System/Unicode.hpp')
-rwxr-xr-xinclude/SFML/System/Unicode.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SFML/System/Unicode.hpp b/include/SFML/System/Unicode.hpp
index f7208e8..f807fb3 100755
--- a/include/SFML/System/Unicode.hpp
+++ b/include/SFML/System/Unicode.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2008 Laurent Gomila (laurent.gom@gmail.com)
+// Copyright (C) 2007-2009 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -275,9 +275,9 @@ private :
static const std::locale& GetDefaultLocale();
////////////////////////////////////////////////////////////
- // Static data member
+ // Static member data
////////////////////////////////////////////////////////////
- static const char UTF8TrailingBytes[256]; ///< Lookup table to find the length of an UTF-8 sequence
+ static const int UTF8TrailingBytes[256]; ///< Lookup table to find the length of an UTF-8 sequence
static const Uint32 UTF8Offsets[6]; ///< Magic values to subtract during UTF-8 conversions
static const Uint8 UTF8FirstBytes[7]; ///< First bytes for UTF-8 sequences
};