aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-27 08:13:33 +0000
committerGravatar Craig Tiller <craig.tiller@gmail.com>2016-01-27 08:13:33 +0000
commitcde1ee1440c72fc50607bb22421e283dd145e6b6 (patch)
treefafd2c4d95e9a1db2ff47538d7a600d3d87eebc4 /include/grpc++/client_context.h
parent338576096f951821e9610525a25235152fcf9011 (diff)
parent4f3840dc06676df5eed09b58828393fe85a599c2 (diff)
Merge github.com:grpc/grpc into twah
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index 25eeb3876f..4e8776e3be 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -286,6 +286,7 @@ class ClientContext {
/// a client context is constructed and destructed.
class GlobalCallbacks {
public:
+ virtual ~GlobalCallbacks() {}
virtual void DefaultConstructor(ClientContext* context) = 0;
virtual void Destructor(ClientContext* context) = 0;
};