summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix.cc')
-rw-r--r--gtk2_ardour/port_matrix.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc
index 5ac8b1265c..8dec953d7a 100644
--- a/gtk2_ardour/port_matrix.cc
+++ b/gtk2_ardour/port_matrix.cc
@@ -37,7 +37,6 @@
#include "gui_thread.h"
using namespace std;
-using namespace sigc;
using namespace Gtk;
using namespace ARDOUR;
@@ -166,7 +165,7 @@ PortMatrix::init ()
void
PortMatrix::reconnect_to_routes ()
{
- for (vector<connection>::iterator i = _route_connections.begin(); i != _route_connections.end(); ++i) {
+ for (vector<sigc::connection>::iterator i = _route_connections.begin(); i != _route_connections.end(); ++i) {
i->disconnect ();
}
_route_connections.clear ();