aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/cpp_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc
index bbd476783c..da89d433b1 100644
--- a/src/compiler/cpp_generator.cc
+++ b/src/compiler/cpp_generator.cc
@@ -649,7 +649,7 @@ void PrintHeaderServerMethodFCUnary(
*vars,
"// replace default version of this method with FCUnary\n"
"::grpc::Status $Method$("
- "::grpc::ServerContext* context, ::grpc::FCUnary< $Request$,$Response$>* streaming_unary)"
+ "::grpc::ServerContext* context, ::grpc::FCUnary< $Request$,$Response$>* fc_unary)"
" GRPC_FINAL GRPC_OVERRIDE;\n");
printer->Outdent();
printer->Print(*vars, "};\n");