From 5a9a9ea76161f1819ac62c658cd3773c3b20fd0b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 18 Apr 2024 09:03:21 -0600 Subject: [PATCH] no namespace needed --- libs/ardour/globals.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc index 49afbe5cf6..e43090e8aa 100644 --- a/libs/ardour/globals.cc +++ b/libs/ardour/globals.cc @@ -689,11 +689,11 @@ ARDOUR::init (bool try_optimization, const char* localedir, bool with_gui) Profile = new RuntimeProfile; if (g_getenv ("MIXBUS")) { - ARDOUR::Profile->set_mixbus (); + Profile->set_mixbus (); } #ifdef LIVETRAX - ARDOUR::Profile->set_livetrax (); + Profile->set_livetrax (); #endif #ifdef WINDOWS_VST_SUPPORT