From fad5d37382552af7328dd67d038c1eaf44cf0aee Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 13 Aug 2024 23:36:59 +0200 Subject: Wip for FS remotes --- modules/remote/c++/transfer_loopback.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/remote/c++') diff --git a/modules/remote/c++/transfer_loopback.hpp b/modules/remote/c++/transfer_loopback.hpp index 3eb6922..39ae402 100644 --- a/modules/remote/c++/transfer_loopback.hpp +++ b/modules/remote/c++/transfer_loopback.hpp @@ -20,7 +20,7 @@ private: ptr> remote_; remote_address rmt_address_; public: - static constexpr std::pair class_id{schema_hash::apply(), schema_hash::apply()}; + static constexpr std::pair class_id{schema_hash::apply(), schema_hash::apply()}; data_server(ptr> remote__, const remote_address& addr): remote_{remote__}, -- cgit v1.2.3