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();