mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
ShuttlegGUI: const wxArrayStringEx & arguments, not wxArrayString *...
... for choice, combo, and listbox; reference allows passing temporaries, eliminating need for some variables to hold the string arrays.
This commit is contained in:
@@ -943,7 +943,7 @@ void TimerRecordDialog::PopulateOrExchange(ShuttleGui& S)
|
||||
#endif
|
||||
|
||||
m_pTimerAfterCompleteChoiceCtrl = S.AddChoice(_("After Recording completes:"),
|
||||
&m_sTimerAfterCompleteOptionsArray,
|
||||
m_sTimerAfterCompleteOptionsArray,
|
||||
iPostTimerRecordAction);
|
||||
}
|
||||
S.EndMultiColumn();
|
||||
|
||||
Reference in New Issue
Block a user