summary refs log tree commit diff
path: root/src/rpcStub.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/rpcStub.hpp3
1 files changed, 2 insertions, 1 deletions
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<grpc::Server> server; + private: + }; \ No newline at end of file