mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +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
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "client.h"
|
||||
|
||||
using namespace ArdourSurface;
|
||||
|
||||
bool
|
||||
ClientContext::has_state (const NodeState& node_state)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue