summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/ardour_websockets.cc
diff options
context:
space:
mode:
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)