mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Sweep unnecessary wxString copies: rest
This commit is contained in:
@@ -103,7 +103,7 @@ const double TimeDialog::GetTimeValue()
|
||||
return mTime;
|
||||
}
|
||||
|
||||
void TimeDialog::SetFormatString(wxString formatString)
|
||||
void TimeDialog::SetFormatString(const wxString &formatString)
|
||||
{
|
||||
mFormat = formatString;
|
||||
TransferDataToWindow();
|
||||
|
||||
Reference in New Issue
Block a user