summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++/rpc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/c++/rpc.hpp')
-rw-r--r--modules/remote-sycl/c++/rpc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/rpc.hpp b/modules/remote-sycl/c++/rpc.hpp
index 8cb4d8d..bdc6d6c 100644
--- a/modules/remote-sycl/c++/rpc.hpp
+++ b/modules/remote-sycl/c++/rpc.hpp
@@ -160,7 +160,7 @@ public:
* Rpc Server class for the Sycl backend.
*/
template<typename Iface, typename Encoding>
-class rpc_server<Iface, Encoding, rmt::Sycl> {
+class rpc_server<Iface, Encoding, rmt::Sycl> final {
public:
using InterfaceCtxT = cl::sycl::queue*;
using InterfaceT = interface<Iface, encode::Sycl<Encoding>, InterfaceCtxT>;