put all of the Mackie control surface code into the ArdourSurface namespace

This commit is contained in:
Paul Davis 2015-04-15 20:37:20 -04:00
parent 12cb11b286
commit 4512d013eb
37 changed files with 131 additions and 53 deletions

View file

@ -3,6 +3,7 @@
#include <vector>
namespace ArdourSurface {
namespace Mackie {
class Control;
@ -37,6 +38,7 @@ private:
std::string _name;
};
}
}
#endif