Fix warnings.

This commit is contained in:
Steve Checkoway
2003-12-24 20:32:20 +00:00
parent 6c642539e8
commit 42c4f7415b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ void PaneDisplay::SetContent( PaneContents c )
m_textContents[c].SetText( str );
const unsigned num = NUM_ITEM_COLORS( g_Contents[c].name );
const int num = NUM_ITEM_COLORS( g_Contents[c].name );
for( p = 0; p < num; ++p )
{
const CString metric = ITEM_COLOR(g_Contents[c].name, p);