From b790da5a0b33e55bbd0921edfd83bb436d48fb49 Mon Sep 17 00:00:00 2001 From: Arkadiy Shapkin Date: Thu, 6 Oct 2016 00:50:30 +0300 Subject: Missed LIBPROTOC_EXPORT for GRPC added --- src/google/protobuf/compiler/code_generator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/compiler/code_generator.h') 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 >*); } // namespace compiler -- cgit v1.2.3