Patch level :4.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :aggiunto unsigned a un const int per correttezza


git-svn-id: svn://10.65.10.50/trunk@16006 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-01-17 14:04:52 +00:00
parent ad9911c5fe
commit c8654d38b5

View File

@ -809,7 +809,7 @@ COLOR TColor_mask::cid2syscolor(short cid, const XVT_COLOR_COMPONENT* cc) const
XVT_COLOR_HIGHLIGHT, XVT_COLOR_SELECT,
XVT_COLOR_BLEND, XVT_COLOR_BORDER,
XVT_COLOR_BACKGROUND, XVT_COLOR_BLEND, XVT_COLOR_BORDER };
const int component = entry[cid-101];
const unsigned int component = entry[cid-101];
for (int i = 0; cc[i].type != XVT_COLOR_NULL; i++)
{
if (cc[i].type == component)