Fix type comparison warning
This commit is contained in:
parent
8e1d397587
commit
e6245c5c5a
|
@ -323,7 +323,7 @@ public:
|
|||
|
||||
if( aValue ) // select all indices
|
||||
{
|
||||
for( unsigned int i = 0; i < m_optionsCount; ++i )
|
||||
for( int i = 0; i < m_optionsCount; ++i )
|
||||
selIdxs.Add( i );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue