fix warning

This commit is contained in:
Glenn Maynard
2003-09-21 21:20:37 +00:00
parent 5b3e5abc38
commit 548e474d4a
+1 -1
View File
@@ -44,7 +44,7 @@ ScreenSelect::ScreenSelect( CString sClassName ) : Screen(sClassName)
// Set this true later if we discover a choice that chooses the Style
for( unsigned c=0; c<NUM_CHOICES; c++ )
for( int c=0; c<NUM_CHOICES; c++ )
{
CString sChoice = CHOICE(c);