Unverified Commit 3c6fd3f7 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #3960 from acozzette/libprotoc-export-fix

Added back in LIBPROTOC_EXPORT which was removed by mistake
parents 34e30e5c 1b1d1ea3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment