fix the build

This commit is contained in:
Kim Kulling
2021-05-18 21:21:43 +02:00
parent 3fa45e6a8c
commit 3726b2eef4

View File

@@ -169,7 +169,7 @@ public:
return true;
}
ASSIMP_LOG_DEBUG("Error while parse xml.", parse_result.description() << " @ ", parse_result.offset);
ASSIMP_LOG_DEBUG("Error while parse xml.", std::string(parse_result.description()), " @ ", parse_result.offset);
return false;
}