浏览代码

Update FBXDocumentUtil.h

Giuseppe Barbieri 7 年之前
父节点
当前提交
76dd48d64f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/FBXDocumentUtil.h

+ 1 - 1
code/FBXDocumentUtil.h

@@ -105,7 +105,7 @@ inline const T* ProcessSimpleConnection(const Connection& con,
 
     const Object* const ob = con.SourceObject();
     if(!ob) {
-        DOMWarning("failed to read source object for incoming" + std::string(name) +
+        DOMWarning("failed to read source object for incoming " + std::string(name) +
             " link, ignoring",
             &element);
         return NULL;