Skip to content

Commit

Permalink
Added back in LIBPROTOC_EXPORT which was removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
acozzette committed Nov 28, 2017
1 parent 34e30e5 commit 1b1d1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/code_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b1d1ea

Please sign in to comment.