1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-07 07:12:34 +02:00

fix build

This commit is contained in:
Paul Licameli 2016-04-27 17:45:53 -04:00
parent bf6abc8f6c
commit 5086260a60

View File

@ -95,7 +95,7 @@ private:
// I need this because I can't push the scrubber as an event handler // I need this because I can't push the scrubber as an event handler
// in two places at once. // in two places at once.
struct Forwarder : public wxEvtHandler { struct Forwarder : public wxEvtHandler {
Forwarder(Scrubber &scrubber_) : scrubber{ scrubber_ } {} Forwarder(Scrubber &scrubber_) : scrubber( scrubber_ ) {}
Scrubber &scrubber; Scrubber &scrubber;