1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 07:31:19 +01:00

Replace wxWidgets arrays with std::vector

This commit is contained in:
Paul Licameli
2018-09-22 12:08:17 -04:00
parent 7c924012fb
commit 998556205d
3 changed files with 2 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
class AudacityProject;
class Track;
class TrackArray;
using TrackArray = std::vector< Track* >;
class TrackClipArray;
class WaveClip;
class WaveTrack;