Fixed warnings in Unicode.inl

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1031 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-02-28 21:20:01 +00:00
parent 3553b83806
commit 3664d275cb
3 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@ namespace sf
////////////////////////////////////////////////////////////
// Static member data
////////////////////////////////////////////////////////////
const char Unicode::UTF8TrailingBytes[256] =
const int Unicode::UTF8TrailingBytes[256] =
{
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,