summaryrefslogtreecommitdiff
path: root/gtk2_ardour/return_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/return_ui.cc')
-rw-r--r--gtk2_ardour/return_ui.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk2_ardour/return_ui.cc b/gtk2_ardour/return_ui.cc
index 5423415bd2..ac06529d38 100644
--- a/gtk2_ardour/return_ui.cc
+++ b/gtk2_ardour/return_ui.cc
@@ -28,6 +28,7 @@
#include "ardour_ui.h"
#include "gui_thread.h"
+using namespace std;
using namespace ARDOUR;
using namespace PBD;
@@ -114,8 +115,8 @@ ReturnUIWindow::ReturnUIWindow (boost::shared_ptr<Return> s, Session& ss)
mem_fun (*this, &ReturnUIWindow::return_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)));
}
ReturnUIWindow::~ReturnUIWindow ()