small debug fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5847 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-12-17 20:54:42 +00:00
parent fabd5d2057
commit 08cb9703f4

View File

@ -85,7 +85,7 @@ string QLyXKeySym::getSymbolName() const
char QLyXKeySym::getISOEncoded() const
{
char const c = fromqstr(text_)[0];
unsigned char const c = fromqstr(text_)[0];
lyxerr[Debug::KEY] << "ISOEncoded returning value " << int(c) << endl;
return c;
}