aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Ben Sykes <bsykes@netflix.com>2018-05-02 13:25:47 -0700
committerGravatar Ben Sykes <bsykes@netflix.com>2018-05-02 13:25:47 -0700
commit3a48d602c4ca9d98a65b286e51f188fe748c4dcb (patch)
treef7aac50f988d9467465baf75e6ea617507c57eb2 /src/compiler
parent86d65ce29032840349b165d63fbee213fb2612d8 (diff)
parent11fe61ebe6962c4fdeb39f688b1e17e2dc76f577 (diff)
Merge branch 'master' of https://github.com/grpc/grpc
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/objective_c_generator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/objective_c_generator.cc b/src/compiler/objective_c_generator.cc
index 39f68cb956..7d4d4d1f5a 100644
--- a/src/compiler/objective_c_generator.cc
+++ b/src/compiler/objective_c_generator.cc
@@ -248,7 +248,7 @@ void PrintMethodImplementations(Printer* printer,
" */\n");
printer.Print(vars,
"@interface $service_class$ :"
- " GRPCProtoService<$service_class$>\n");
+ " GRPCProtoService<$service_class$, GRPCProtoServiceInit>\n");
printer.Print(
"- (instancetype)initWithHost:(NSString *)host"
" NS_DESIGNATED_INITIALIZER;\n");