浏览代码

fix the build

Kim Kulling 4 年之前
父节点
当前提交
3726b2eef4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/XmlParser.h

+ 1 - 1
include/assimp/XmlParser.h

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