aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/cli_credentials.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-08-15 17:25:57 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-08-15 17:25:57 -0700
commit302763f8989595c62b6c4b7e1ef851d85d414c0d (patch)
tree1a0eb955b71ceb6efe48a2bc1c1ffe6210b1bb56 /test/cpp/util/cli_credentials.h
parent02139a05dc928ac4fa27c7b794a859e42f3b0831 (diff)
Address review comments
Diffstat (limited to 'test/cpp/util/cli_credentials.h')
-rw-r--r--test/cpp/util/cli_credentials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/cli_credentials.h b/test/cpp/util/cli_credentials.h
index a351eaaeb1..299b8ff6cf 100644
--- a/test/cpp/util/cli_credentials.h
+++ b/test/cpp/util/cli_credentials.h
@@ -42,6 +42,7 @@ namespace testing {
class CliCredentials {
public:
+ virtual ~CliCredentials() {};
virtual std::shared_ptr<grpc::ChannelCredentials> GetCredentials() const;
virtual const grpc::string GetCredentialUsage() const;
};