mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 16:11:14 +02:00
fix build
This commit is contained in:
parent
66dcabbb96
commit
b7d211dfec
@ -318,10 +318,10 @@ void Scrubber::StopScrubbing()
|
|||||||
ControlToolBar *const ctb = mProject->GetControlToolBar();
|
ControlToolBar *const ctb = mProject->GetControlToolBar();
|
||||||
ctb->StopPlaying();
|
ctb->StopPlaying();
|
||||||
}
|
}
|
||||||
return true;
|
return;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return false;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Scrubber::IsScrubbing() const
|
bool Scrubber::IsScrubbing() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user