From 33a1ad002a8edcee8d86c39161d142b94ec0a739 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu <bdrutu@google.com> Date: Tue, 12 Jan 2016 15:56:21 -0800 Subject: [PATCH] Fix the typo --- include/grpc++/client_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h index ab1212e706..28aca75ff3 100644 --- a/include/grpc++/client_context.h +++ b/include/grpc++/client_context.h @@ -286,7 +286,7 @@ class ClientContext { /// a client context is constructed and destructed. class GlobalCallbacks { public: - virtual GlobalCallbacks() {} + virtual ~GlobalCallbacks() {} virtual void DefaultConstructor(ClientContext* context) = 0; virtual void Destructor(ClientContext* context) = 0; }; -- GitLab