From c8654d38b533ab76f993b7673ea9ffb3e6752037 Mon Sep 17 00:00:00 2001 From: luca Date: Thu, 17 Jan 2008 14:04:52 +0000 Subject: [PATCH] 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 --- ba/ba0100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba0100.cpp b/ba/ba0100.cpp index b8f737c5c..62d38aff3 100755 --- a/ba/ba0100.cpp +++ b/ba/ba0100.cpp @@ -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)