Performance optimizations.
This commit is contained in:
@@ -1342,7 +1342,7 @@ bool ReplaceIllegalFileNameChars( wxString& aName, int aReplaceChar )
|
||||
}
|
||||
|
||||
if( changed )
|
||||
aName = result;
|
||||
aName = std::move( result );
|
||||
|
||||
return changed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user