Преглед на файлове

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;