fix a minor compil warning

This commit is contained in:
jean-pierre charras 2018-05-16 18:14:06 +02:00
parent 828faecce9
commit afc28ef5db
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ public:
void ExpandAfterSort()
{
for( int i = 0; i < m_rows.size(); ++i )
for( size_t i = 0; i < m_rows.size(); ++i )
{
if( m_rows[ i ].m_Flag == GROUP_COLLAPSED_DURING_SORT )
ExpandRow( i );