aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/code_generator.h
diff options
context:
space:
mode:
authorGravatar Arkadiy Shapkin <arkady.shapkin@gmail.com>2016-10-06 00:50:30 +0300
committerGravatar Arkadiy Shapkin <arkady.shapkin@gmail.com>2016-12-01 11:34:32 -0800
commitb790da5a0b33e55bbd0921edfd83bb436d48fb49 (patch)
tree767594fd2b0add05afbbb37133f52ef8379dabbc /src/google/protobuf/compiler/code_generator.h
parent851cb81ddd9365ce6973b56ea102ab4d3296b349 (diff)
Missed LIBPROTOC_EXPORT for GRPC added
Diffstat (limited to 'src/google/protobuf/compiler/code_generator.h')
-rw-r--r--src/google/protobuf/compiler/code_generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/code_generator.h b/src/google/protobuf/compiler/code_generator.h
index b8a5584c..a8b7e762 100644
--- a/src/google/protobuf/compiler/code_generator.h
+++ b/src/google/protobuf/compiler/code_generator.h
@@ -157,7 +157,7 @@ typedef GeneratorContext OutputDirectory;
// "foo=bar,baz,qux=corge"
// parses to the pairs:
// ("foo", "bar"), ("baz", ""), ("qux", "corge")
-extern void ParseGeneratorParameter(const string&,
+extern void LIBPROTOC_EXPORT ParseGeneratorParameter(const string&,
std::vector<std::pair<string, string> >*);
} // namespace compiler