mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-07 07:12:34 +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
|
// 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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user