[F] Wrong type in equation.

pull/1981/head
smalcom 2018-05-21 17:38:43 +03:00
parent 8abcc454ad
commit 348b34a2de
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ QMap<QString, const aiExportFormatDesc*> exportersMap;
return;
}
for (int i = 0; i < exporter.GetExportFormatCount(); ++i)
for (size_t i = 0; i < exporter.GetExportFormatCount(); ++i)
{
const aiExportFormatDesc* desc = exporter.GetExportFormatDescription(i);
exportersList.push_back(desc->id + QString(": ") + desc->description);