mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
move utility functions into a dedicated namespace
This commit is contained in:
parent
1bd4e448de
commit
a3c378cf62
107 changed files with 115 additions and 81 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
using namespace std;
|
||||
using namespace ARDOUR;
|
||||
using namespace ARDOUR_UI_UTILS;
|
||||
|
||||
GlobalPortMatrix::GlobalPortMatrix (Gtk::Window* p, Session* s, DataType t)
|
||||
: PortMatrix (p, s, t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue