From 80282f6ba3821ff49007895947733aa840b8f575 Mon Sep 17 00:00:00 2001 From: Newe Date: Fri, 21 May 2021 11:19:56 +0200 Subject: [edit] Set rpcStub.server to public --- src/rpcStub.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rpcStub.hpp') diff --git a/src/rpcStub.hpp b/src/rpcStub.hpp index 9da80cda..99d6d582 100644 --- a/src/rpcStub.hpp +++ b/src/rpcStub.hpp @@ -4,7 +4,8 @@ class rpcStub{ public: rpcStub(int port); - private: std::unique_ptr server; + private: + }; \ No newline at end of file -- cgit 1.5.1