mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-08 23:45:37 +01:00
Sweep unnecessary wxString copies: commands
This commit is contained in:
@@ -75,7 +75,7 @@ bool SetProjectInfoCommand::Apply(CommandExecutionContext context)
|
||||
|
||||
|
||||
// *********************** Private Methods *******************
|
||||
void SetProjectInfoCommand::SetAllTracksParam(TrackList *projTracks, wxString boolValueStr, Setter functPtrToSetter)
|
||||
void SetProjectInfoCommand::SetAllTracksParam(TrackList *projTracks, const wxString &boolValueStr, Setter functPtrToSetter)
|
||||
{
|
||||
unsigned int i=0;
|
||||
TrackListIterator iter(projTracks);
|
||||
|
||||
Reference in New Issue
Block a user