Explorar o código

Added back in LIBPROTOC_EXPORT which was removed by mistake

Adam Cozzette %!s(int64=8) %!d(string=hai) anos
pai
achega
1b1d1ea340
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/google/protobuf/compiler/code_generator.h

+ 1 - 1
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