From 7cb467da11a44fc6de37020f0288d1c3aa88f792 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 15 Jul 2018 14:55:52 +0200 Subject: [PATCH] Update FBXConverter.cpp Try to trigger travis. --- code/FBXConverter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/FBXConverter.cpp b/code/FBXConverter.cpp index 7295f934f..91f0dc906 100644 --- a/code/FBXConverter.cpp +++ b/code/FBXConverter.cpp @@ -411,7 +411,7 @@ void Converter::GetUniqueName( const std::string &name, std::string &uniqueName } int i( 0 ); - std::string newName (name); + std::string newName( name ); while ( HasName( mNodeNames, newName ) ) { ++i; newName.clear();