fix a minor compil warning

This commit is contained in:
jean-pierre charras 2018-05-06 12:49:35 +02:00
parent b29550de5d
commit db8c57dbc6
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public:
bool ContainsNickname( const wxString& aNickname )
{
for( int i = 0; i < size(); ++i )
for( size_t i = 0; i < size(); ++i )
{
LIB_TABLE_ROW* row = at( i );