Fixed warning when compiling.

This commit is contained in:
Vincent Richard 2004-12-19 13:49:55 +00:00
parent 099d9231ff
commit e425142ffe

View File

@ -115,7 +115,7 @@ public:
{
int number = 1;
for (int i = 0 ; i < list.size() ; ++i)
for (unsigned int i = 0 ; i < list.size() ; ++i)
m_parts.push_back(new maildirPart(parent, number, *list[i]));
}