1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

Merge branch 'master' into scrollplay

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

View File

@ -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;