mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-08 09:27:11 +01:00
Remove wxArrays of pointers
This commit is contained in:
@@ -152,8 +152,6 @@ public:
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
WX_DEFINE_ARRAY(MixerTrackCluster*, MixerTrackClusterArray);
|
||||
|
||||
|
||||
class MusicalInstrument
|
||||
{
|
||||
@@ -265,7 +263,7 @@ public:
|
||||
|
||||
private:
|
||||
// Track clusters are maintained in the same order as the WaveTracks.
|
||||
MixerTrackClusterArray mMixerTrackClusters;
|
||||
std::vector<MixerTrackCluster*> mMixerTrackClusters;
|
||||
|
||||
MusicalInstrumentArray mMusicalInstruments;
|
||||
AudacityProject* mProject;
|
||||
|
||||
Reference in New Issue
Block a user