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