mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Namespace libwebsocket surface classes
Using the global names-pace for classes named "Json", "TypedValue", "ArdourTransport", "ArdourMixerPlugin" etc is not acceptable.
This commit is contained in:
parent
665e0686e5
commit
af79240c81
27 changed files with 88 additions and 17 deletions
|
|
@ -19,6 +19,8 @@
|
|||
#include "component.h"
|
||||
#include "ardour_websockets.h"
|
||||
|
||||
using namespace ArdourSurface;
|
||||
|
||||
BasicUI&
|
||||
SurfaceComponent::basic_ui () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue