summaryrefslogtreecommitdiff
path: root/gtk2_ardour/send_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/send_ui.cc')
-rw-r--r--gtk2_ardour/send_ui.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/send_ui.cc b/gtk2_ardour/send_ui.cc
index 664092d39f..672d5f3d20 100644
--- a/gtk2_ardour/send_ui.cc
+++ b/gtk2_ardour/send_ui.cc
@@ -28,6 +28,7 @@
#include "ardour_ui.h"
#include "gui_thread.h"
+using namespace std;
using namespace ARDOUR;
using namespace PBD;
@@ -132,8 +133,8 @@ SendUIWindow::SendUIWindow (boost::shared_ptr<Send> s, Session& ss)
mem_fun (*this, &SendUIWindow::send_going_away));
signal_delete_event().connect (bind (
- ptr_fun (just_hide_it),
- reinterpret_cast<Window *> (this)));
+ sigc::ptr_fun (just_hide_it),
+ reinterpret_cast<Window *> (this)));
}
SendUIWindow::~SendUIWindow ()