fix a minor compil warning
This commit is contained in:
parent
828faecce9
commit
afc28ef5db
|
@ -472,7 +472,7 @@ public:
|
||||||
|
|
||||||
void ExpandAfterSort()
|
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 )
|
if( m_rows[ i ].m_Flag == GROUP_COLLAPSED_DURING_SORT )
|
||||||
ExpandRow( i );
|
ExpandRow( i );
|
||||||
|
|
Loading…
Reference in New Issue