summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport8/actions.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/actions.cc
parente3340cdf0197ef326536b24102d076e9399f48c3 (diff)
Namespace FP8, FP16 to avoid symbol conflicts
Diffstat (limited to 'libs/surfaces/faderport8/actions.cc')
-rw-r--r--libs/surfaces/faderport8/actions.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/faderport8/actions.cc b/libs/surfaces/faderport8/actions.cc
index 07496e9912..b09fa32355 100644
--- a/libs/surfaces/faderport8/actions.cc
+++ b/libs/surfaces/faderport8/actions.cc
@@ -31,10 +31,10 @@
#include "pbd/i18n.h"
-using namespace ARDOUR;
-using namespace ArdourSurface;
using namespace std;
-using namespace ArdourSurface::FP8Types;
+using namespace ARDOUR;
+using namespace ArdourSurface::FP_NAMESPACE;
+using namespace ArdourSurface::FP_NAMESPACE::FP8Types;
#define BindMethod(ID, CB) \
_ctrls.button (FP8Controls::ID).released.connect_same_thread (button_connections, boost::bind (&FaderPort8:: CB, this));