parent
7967f0a33f
commit
91b30e7e74
|
@ -407,7 +407,7 @@ static bool HasName( NodeNameCache &cache, const std::string &name ) {
|
|||
return it != cache.end();
|
||||
|
||||
}
|
||||
void Converter::GetUniqueName( const std::string &name, std::string& uniqueName ) {
|
||||
void Converter::GetUniqueName( const std::string &name, std::string &uniqueName ) {
|
||||
if ( !HasName( mNodeNames, name ) ) {
|
||||
uniqueName = name;
|
||||
mNodeNames.push_back( uniqueName );
|
||||
|
|
Loading…
Reference in New Issue