mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Amend WaveView::send_request() such that it'll compile with MSVC
Hopefully, this was the original intention (I've simply amended a function call to match similar usages elsewhere in the code).
This commit is contained in:
parent
95c991ba35
commit
9706125526
1 changed files with 1 additions and 1 deletions
|
|
@ -1305,7 +1305,7 @@ WaveView::send_request (boost::shared_ptr<WaveViewThreadRequest> req) const
|
||||||
|
|
||||||
start_drawing_thread ();
|
start_drawing_thread ();
|
||||||
|
|
||||||
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun (this, &WaveView::idle_send_request), req));
|
Glib::signal_idle().connect (sigc::bind (sigc::mem_fun (*this, &WaveView::idle_send_request), req));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue