summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/mackie_control_exception.h
diff options
context:
space:
mode:
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