aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/common/channel_filter_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/common/channel_filter_test.cc')
-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;
}