mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +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:
@@ -93,7 +93,7 @@ public:
|
||||
bool TransferDataFromWindow() override;
|
||||
|
||||
private:
|
||||
wxArrayString mBitRateNames;
|
||||
wxArrayStringEx mBitRateNames;
|
||||
std::vector<int> mBitRateLabels;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user