aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/generator_helpers.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-04-07 12:49:14 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-04-07 12:49:14 -0700
commitac0002adb8c8baa9382576c8075fda6b7cd02dab (patch)
tree2aa5592f02105d7c4930d66526c74ffdce3e3fa4 /src/compiler/generator_helpers.h
parentd3efd0a1ecce86405ac5eee2121fdb767e65fdb4 (diff)
Made Objective C plugin build without error
Diffstat (limited to 'src/compiler/generator_helpers.h')
-rw-r--r--src/compiler/generator_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/generator_helpers.h b/src/compiler/generator_helpers.h
index 2a3366ac65..374e1374cf 100644
--- a/src/compiler/generator_helpers.h
+++ b/src/compiler/generator_helpers.h
@@ -95,7 +95,7 @@ inline std::vector<grpc::string> tokenize(const grpc::string &input,
}
}
-inline grpc::string CapitalizeFirstLetter(grpc::string str) {
+inline grpc::string CapitalizeFirstLetter(grpc::string s) {
if (s.empty()) {
return s;
}