aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/call.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-04 09:31:28 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-04 09:31:28 -0700
commitbe094fc5e6a82b9e5904176a70e74bb66fbb32f7 (patch)
treec378bd529a17bdbc7b8734e2865c752321f6c079 /include/grpc++/impl/codegen/call.h
parente3b5921559bb26fa49c10d6019cbb97634500059 (diff)
Fix compile
Diffstat (limited to 'include/grpc++/impl/codegen/call.h')
-rw-r--r--include/grpc++/impl/codegen/call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/call.h b/include/grpc++/impl/codegen/call.h
index e0095b0434..be6857c482 100644
--- a/include/grpc++/impl/codegen/call.h
+++ b/include/grpc++/impl/codegen/call.h
@@ -528,7 +528,7 @@ class CallOpClientRecvStatus {
void ClientRecvStatus(ClientContext* context, Status* status) {
metadata_map_ = &context->trailing_metadata_;
recv_status_ = status;
- status_details_ = grpc_empty_slice();
+ status_details_ = g_core_codegen_interface->grpc_empty_slice();
}
protected: