summaryrefslogtreecommitdiff
path: root/libs/surfaces/websockets/ardour_websockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/websockets/ardour_websockets.h')
-rw-r--r--libs/surfaces/websockets/ardour_websockets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/surfaces/websockets/ardour_websockets.h b/libs/surfaces/websockets/ardour_websockets.h
index 0b61032e80..21d444183a 100644
--- a/libs/surfaces/websockets/ardour_websockets.h
+++ b/libs/surfaces/websockets/ardour_websockets.h
@@ -39,11 +39,11 @@
#include "server.h"
#include "strips.h"
-#define SURFACE_NAME "WebSockets Server (Experimental)"
-#define SURFACE_ID "uri://ardour.org/surfaces/ardour_websockets:0"
-
namespace ArdourSurface
{
+const char * const surface_name = "WebSockets Server (Experimental)";
+const char * const surface_id = "uri://ardour.org/surfaces/ardour_websockets:0";
+
struct ArdourWebsocketsUIRequest : public BaseUI::BaseRequestObject {
public:
ArdourWebsocketsUIRequest () {}