From a3c378cf62939c85bcfa3b4c55b68c9163c5e21e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 25 Jun 2014 21:27:37 +0200 Subject: move utility functions into a dedicated namespace --- gtk2_ardour/port_matrix.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/port_matrix.cc') diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc index 6bd9d96262..aa1c853ed8 100644 --- a/gtk2_ardour/port_matrix.cc +++ b/gtk2_ardour/port_matrix.cc @@ -43,6 +43,7 @@ using namespace std; using namespace Gtk; using namespace ARDOUR; +using namespace ARDOUR_UI_UTILS; /** PortMatrix constructor. * @param session Our session. -- cgit v1.2.3