1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-08 16:37:44 +02:00

Merge branch 'master' into scrollplay

This commit is contained in:
Paul Licameli 2016-05-17 12:41:45 -04:00
commit cf28490c83

@ -117,7 +117,7 @@ namespace {
class Scrubber::ScrubPoller : public wxTimer
{
public:
ScrubPoller(Scrubber &scrubber) : mScrubber{ scrubber } {}
ScrubPoller(Scrubber &scrubber) : mScrubber( scrubber ) {}
private:
void Notify() override;