Added back in LIBPROTOC_EXPORT which was removed by mistake
This commit is contained in:
parent
34e30e5c1b
commit
1b1d1ea340
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user