aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2017-11-27 17:00:49 -0800
committerGravatar Adam Cozzette <acozzette@google.com>2017-11-28 07:28:26 -0800
commit1b1d1ea340c12c9fd030dac7581af4f30a850941 (patch)
tree56e924aa3a3fb48f64d11ac8cbe1053515cae156
parent34e30e5c1befb17c9307950b1aa58a3854e18121 (diff)
Added back in LIBPROTOC_EXPORT which was removed by mistake
-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 4b1d90b8..4c2b3ee1 100644
--- a/src/google/protobuf/compiler/code_generator.h
+++ b/src/google/protobuf/compiler/code_generator.h
@@ -166,7 +166,7 @@ typedef GeneratorContext OutputDirectory;
// "foo=bar,baz,qux=corge"
// parses to the pairs:
// ("foo", "bar"), ("baz", ""), ("qux", "corge")
-void ParseGeneratorParameter(
+LIBPROTOC_EXPORT void ParseGeneratorParameter(
const string&, std::vector<std::pair<string, string> >*);
} // namespace compiler