summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport8/callbacks.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-12-12 14:09:40 +0100
committerRobin Gareus <robin@gareus.org>2017-12-12 14:09:40 +0100
commit7671a0f6753a69737a0f27268d7a8b8570b8c991 (patch)
treeba489c9b279092106c190e8433236d9e9c6bd803 /libs/surfaces/faderport8/callbacks.cc
parente3340cdf0197ef326536b24102d076e9399f48c3 (diff)
Namespace FP8, FP16 to avoid symbol conflicts
Diffstat (limited to 'libs/surfaces/faderport8/callbacks.cc')
-rw-r--r--libs/surfaces/faderport8/callbacks.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/faderport8/callbacks.cc b/libs/surfaces/faderport8/callbacks.cc
index fd5d1407cb..fe3cdfc28e 100644
--- a/libs/surfaces/faderport8/callbacks.cc
+++ b/libs/surfaces/faderport8/callbacks.cc
@@ -30,8 +30,8 @@
#include "pbd/i18n.h"
using namespace ARDOUR;
-using namespace ArdourSurface;
-using namespace ArdourSurface::FP8Types;
+using namespace ArdourSurface::FP_NAMESPACE;
+using namespace ArdourSurface::FP_NAMESPACE::FP8Types;
void
FaderPort8::connect_session_signals ()