mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 22:28:57 +02:00
fix build
This commit is contained in:
parent
bf6abc8f6c
commit
5086260a60
@ -95,7 +95,7 @@ private:
|
||||
// I need this because I can't push the scrubber as an event handler
|
||||
// in two places at once.
|
||||
struct Forwarder : public wxEvtHandler {
|
||||
Forwarder(Scrubber &scrubber_) : scrubber{ scrubber_ } {}
|
||||
Forwarder(Scrubber &scrubber_) : scrubber( scrubber_ ) {}
|
||||
|
||||
Scrubber &scrubber;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user