mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-23 23:41:21 +02:00
Add missing template instantiation
This commit is contained in:
parent
085489f7e2
commit
11cfe75793
@ -877,6 +877,7 @@ template Track *TrackList::Add<NoteTrack>(std::unique_ptr<NoteTrack> &&);
|
|||||||
#endif
|
#endif
|
||||||
template Track *TrackList::Add<WaveTrack>(std::unique_ptr<WaveTrack> &&);
|
template Track *TrackList::Add<WaveTrack>(std::unique_ptr<WaveTrack> &&);
|
||||||
template Track *TrackList::Add<LabelTrack>(std::unique_ptr<LabelTrack> &&);
|
template Track *TrackList::Add<LabelTrack>(std::unique_ptr<LabelTrack> &&);
|
||||||
|
template Track *TrackList::Add<Track>(std::unique_ptr<Track> &&);
|
||||||
|
|
||||||
template<typename TrackKind>
|
template<typename TrackKind>
|
||||||
Track *TrackList::AddToHead(std::unique_ptr<TrackKind> &&t)
|
Track *TrackList::AddToHead(std::unique_ptr<TrackKind> &&t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user