summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/jog.h
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.h
parent12cb11b286a50aae72841a65fa055066ca5c9f47 (diff)
put all of the Mackie control surface code into the ArdourSurface namespace
Diffstat (limited to 'libs/surfaces/mackie/jog.h')
-rw-r--r--libs/surfaces/mackie/jog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/jog.h b/libs/surfaces/mackie/jog.h
index 23451f92b2..ac1bc9e52a 100644
--- a/libs/surfaces/mackie/jog.h
+++ b/libs/surfaces/mackie/jog.h
@@ -23,6 +23,7 @@
#include "controls.h"
#include "pot.h"
+namespace ArdourSurface {
namespace Mackie {
class Jog : public Pot
@@ -41,5 +42,6 @@ public:
};
}
+}
#endif /* __ardour_mackie_control_protocol_jog_h__ */