summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport8/faderport8.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/faderport8.cc
parente3340cdf0197ef326536b24102d076e9399f48c3 (diff)
Namespace FP8, FP16 to avoid symbol conflicts
Diffstat (limited to 'libs/surfaces/faderport8/faderport8.cc')
-rw-r--r--libs/surfaces/faderport8/faderport8.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/surfaces/faderport8/faderport8.cc b/libs/surfaces/faderport8/faderport8.cc
index bc48261c0a..94fe52b78c 100644
--- a/libs/surfaces/faderport8/faderport8.cc
+++ b/libs/surfaces/faderport8/faderport8.cc
@@ -50,11 +50,11 @@
#include "faderport8.h"
using namespace ARDOUR;
-using namespace ArdourSurface;
using namespace PBD;
using namespace Glib;
using namespace std;
-using namespace ArdourSurface::FP8Types;
+using namespace ArdourSurface::FP_NAMESPACE;
+using namespace ArdourSurface::FP_NAMESPACE::FP8Types;
#include "pbd/i18n.h"