[F] Wrong type in equation.
parent
8abcc454ad
commit
348b34a2de
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue