aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-22 08:08:53 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-22 08:08:53 -0800
commiteb022becae96c1c3ba622e0880ae8024c3c600bc (patch)
tree75b6c7e9d4090470d535e159a874291e33c77b09 /test/cpp/common
parent1d77399656ff0fb91259fa2a3dd679b669c6ebc8 (diff)
Fix compile
Diffstat (limited to 'test/cpp/common')
-rw-r--r--test/cpp/common/channel_filter_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/common/channel_filter_test.cc b/test/cpp/common/channel_filter_test.cc
index 32246a4b76..d78b05e5d8 100644
--- a/test/cpp/common/channel_filter_test.cc
+++ b/test/cpp/common/channel_filter_test.cc
@@ -55,7 +55,7 @@ class MyCallData : public CallData {
MyCallData() {}
grpc_error* Init(grpc_exec_ctx* exec_ctx, ChannelData* channel_data,
- grpc_call_element_args* args) override {
+ const grpc_call_element_args* args) override {
(void)args->path; // Make sure field is available.
return GRPC_ERROR_NONE;
}