From 8e75838950e3e61a9f63136efd9d013a95bea0b1 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 14 Sep 2024 13:26:25 -0500 Subject: [PATCH] xo-webutil: bugfix: track ns change xo::ref::rp -> xo::rp --- include/xo/webutil/StreamEndpointDescr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/webutil/StreamEndpointDescr.hpp b/include/xo/webutil/StreamEndpointDescr.hpp index 53aa63c7..93a2e77b 100644 --- a/include/xo/webutil/StreamEndpointDescr.hpp +++ b/include/xo/webutil/StreamEndpointDescr.hpp @@ -15,7 +15,7 @@ namespace xo { namespace web { /* a function that creates an event subscription */ - using StreamSubscribeFn = std::function const & ws_sink)>; + using StreamSubscribeFn = std::function const & ws_sink)>; using StreamUnsubscribeFn = std::function; /* describes a stream endpoint