mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 06:31:17 +01:00
static TrackFactory::Get()...
... not member functions of AudacityProject
This commit is contained in:
@@ -453,7 +453,7 @@ void TranscriptionToolBar::PlayAtSpeed(bool looped, bool cutPreview)
|
||||
{
|
||||
// Create a TimeTrack if we haven't done so already
|
||||
if (!mTimeTrack) {
|
||||
mTimeTrack = p->GetTrackFactory()->NewTimeTrack();
|
||||
mTimeTrack = TrackFactory::Get( *p ).NewTimeTrack();
|
||||
if (!mTimeTrack) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user