move utility functions into a dedicated namespace

This commit is contained in:
Robin Gareus 2014-06-25 21:27:37 +02:00
parent 1bd4e448de
commit a3c378cf62
107 changed files with 115 additions and 81 deletions

View file

@ -58,6 +58,7 @@
using namespace Gtk;
using namespace Gtkmm2ext;
using namespace ARDOUR;
using namespace ARDOUR_UI_UTILS;
using namespace PBD;
uint32_t RouteUI::_max_invert_buttons = 3;