1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 22:43:01 +02:00

Further simplified argument passing

This commit is contained in:
Paul Licameli
2016-05-28 10:42:00 -04:00
parent e4fadf4aaf
commit a9a404c7cf
4 changed files with 28 additions and 25 deletions

View File

@@ -172,7 +172,7 @@ class AUDACITY_DLL_API AudioIO final {
* Return true if some sound was really enqueued.
* But if the "stutter" is too short for the minimum, enqueue nothing and return false.
*/
bool EnqueueScrub(double endTimeOrSpeed, double maxSpeed, const ScrubbingOptions &options);
bool EnqueueScrub(double endTimeOrSpeed, const ScrubbingOptions &options);
/** \brief return the ending time of the last enqueued scrub interval.
*/