More warning conversion cleanup.

This commit is contained in:
wrenczes@gmail.com
2010-10-14 05:05:37 +00:00
parent 356ce1b8ba
commit 3ca5a7261d
2 changed files with 20 additions and 16 deletions

View File

@@ -80,10 +80,10 @@ private:
PIXEL_TYPE mColor0;
PIXEL_TYPE mColor;
int mFontSize;
unsigned int mFontSize;
float mScale;
int mBytesPerChar;
int mBytesPerRow;
unsigned int mBytesPerChar;
unsigned int mBytesPerRow;
int mCacheImageWidth;
int mCacheImageHeight;