1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 16:15:48 +01:00

Fix build

This commit is contained in:
Paul Licameli
2018-05-28 16:48:04 -04:00
parent 49899a561d
commit 0635f8802b

View File

@@ -38,6 +38,7 @@ class SelectedRegion;
// Defined in Project.h // Defined in Project.h
enum class PlayMode : int; enum class PlayMode : int;
class WaveTrack;
using WaveTrackArray = std::vector < std::shared_ptr < WaveTrack > >; using WaveTrackArray = std::vector < std::shared_ptr < WaveTrack > >;
// In the GUI, ControlToolBar appears as the "Transport Toolbar". "Control Toolbar" is historic. // In the GUI, ControlToolBar appears as the "Transport Toolbar". "Control Toolbar" is historic.