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

Added back in LIBPROTOC_EXPORT which was removed by mistake
pull/3824/head
Adam Cozzette 7 years ago committed by GitHub
commit 3c6fd3f7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save