aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/code_generator.h
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2016-12-16 10:56:36 -0800
committerGravatar GitHub <noreply@github.com>2016-12-16 10:56:36 -0800
commitf39cf88a347767d25572f7344eab44359d872925 (patch)
treea6084ebd94db83dd14180dc60ea534d4fc405889 /src/google/protobuf/compiler/code_generator.h
parentb18bc9b9448d8c97b289f03a3cbad57191f30fad (diff)
parent34dc96ba7f141db39c3c4bed8a19811a3e2caa16 (diff)
Merge pull request #2227 from KindDragon/3.1.x
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 b917d373..e2b2a661 100644
--- a/src/google/protobuf/compiler/code_generator.h
+++ b/src/google/protobuf/compiler/code_generator.h
@@ -162,7 +162,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