wrap to remove ambiguity

This commit is contained in:
AzaezelX 2021-08-09 22:24:20 -05:00
parent 1037b5d718
commit 20e4f3c120
2 changed files with 2 additions and 2 deletions

View file

@ -417,7 +417,7 @@ TSShapeConstructor* TSShapeConstructor::findShapeConstructorByFilename(const Fil
for (S32 i = 0; i < group->size(); i++)
{
TSShapeConstructor* tss = dynamic_cast<TSShapeConstructor*>(group->at(i));
FileName shapePath = tss->getShapePath();
FileName shapePath = (FileName)(tss->getShapePath());
char buf[1024];
FileName fullShapePath = String(Platform::makeFullPathName(shapePath, buf, sizeof(buf)));