mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02: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:
@@ -30,6 +30,8 @@ class NumericTextCtrl;
|
||||
class ShuttleGui;
|
||||
class TimerRecordPathCtrl;
|
||||
|
||||
class wxArrayStringEx;
|
||||
|
||||
enum TimerRecordCompletedActions {
|
||||
TR_ACTION_NOTHING = 0x00000000,
|
||||
TR_ACTION_SAVED = 0x00000001,
|
||||
@@ -145,7 +147,7 @@ private:
|
||||
bool m_bProjectAlreadySaved;
|
||||
|
||||
// Variables for After Timer Recording Option
|
||||
wxArrayString m_sTimerAfterCompleteOptionsArray;
|
||||
wxArrayStringEx m_sTimerAfterCompleteOptionsArray;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user