fix the build

pull/3907/head
Kim Kulling 2021-05-18 21:21:43 +02:00
parent 3fa45e6a8c
commit 3726b2eef4
1 changed files with 1 additions and 1 deletions

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;
}