summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_control_exception.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/mackie_control_exception.h
parent12cb11b286a50aae72841a65fa055066ca5c9f47 (diff)
put all of the Mackie control surface code into the ArdourSurface namespace
Diffstat (limited to 'libs/surfaces/mackie/mackie_control_exception.h')
-rw-r--r--libs/surfaces/mackie/mackie_control_exception.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/surfaces/mackie/mackie_control_exception.h b/libs/surfaces/mackie/mackie_control_exception.h
index afe7016948..b40c5c3915 100644
--- a/libs/surfaces/mackie/mackie_control_exception.h
+++ b/libs/surfaces/mackie/mackie_control_exception.h
@@ -20,8 +20,8 @@
#include <stdexcept>
-namespace Mackie
-{
+namespace ArdourSurface {
+namespace Mackie {
class MackieControlException : public std::exception
{
@@ -43,5 +43,6 @@ private:
};
}
+}
#endif