From 970612552634c23ae7761fa7882ea619cb284cc6 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 2 Jun 2015 11:17:31 +0100 Subject: 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). --- libs/canvas/wave_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/canvas/wave_view.cc b/libs/canvas/wave_view.cc index b3bcb870ea..11c1da21ed 100644 --- a/libs/canvas/wave_view.cc +++ b/libs/canvas/wave_view.cc @@ -1305,7 +1305,7 @@ WaveView::send_request (boost::shared_ptr req) const 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 -- cgit v1.2.3