summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/ardour_websockets.cc
diff options
context:
space:
mode:
authorLuciano Iam <lucianito@gmail.com>2020-04-09 15:57:09 +0200
committerRobin Gareus <robin@gareus.org>2020-04-09 20:56:46 +0200
commit40520a6dc61de135c09cdfb0097910b766ccb6ee (patch)
treebff15d687819ebdc43cc19219ad5ecba40b40771 /libs/surfaces/websockets/ardour_websockets.cc
parent3da0cf2a31ddeac41d560d15230f8f99335b802e (diff)
Clean up and prepare for HTTP
Diffstat (limited to 'libs/surfaces/websockets/ardour_websockets.cc')
-rw-r--r--libs/surfaces/websockets/ardour_websockets.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/websockets/ardour_websockets.cc b/libs/surfaces/websockets/ardour_websockets.cc
index 38c7849839..2f2e9aff9c 100644
--- a/libs/surfaces/websockets/ardour_websockets.cc
+++ b/libs/surfaces/websockets/ardour_websockets.cc
@@ -35,7 +35,7 @@ using namespace ArdourSurface;
#include "pbd/abstract_ui.cc" // instantiate template
ArdourWebsockets::ArdourWebsockets (Session& s)
- : ControlProtocol (s, X_ (SURFACE_NAME))
+ : ControlProtocol (s, X_ (surface_name))
, AbstractUI<ArdourWebsocketsUIRequest> (name ())
, _strips (*this)
, _globals (*this)