summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/jog_wheel.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-15 20:37:20 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-15 20:37:20 -0400
commit4512d013eb7c658519abc8b5e82a1e7bf926cad6 (patch)
treeb6ffcf334e4c02ed4cde54d84c09625927093ba5 /libs/surfaces/mackie/jog_wheel.cc
parent12cb11b286a50aae72841a65fa055066ca5c9f47 (diff)
put all of the Mackie control surface code into the ArdourSurface namespace
Diffstat (limited to 'libs/surfaces/mackie/jog_wheel.cc')
-rw-r--r--libs/surfaces/mackie/jog_wheel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/jog_wheel.cc b/libs/surfaces/mackie/jog_wheel.cc
index f42826ac0b..318a6452a0 100644
--- a/libs/surfaces/mackie/jog_wheel.cc
+++ b/libs/surfaces/mackie/jog_wheel.cc
@@ -29,6 +29,7 @@
#include <algorithm>
+using namespace ArdourSurface;
using namespace Mackie;
JogWheel::JogWheel (MackieControlProtocol & mcp)