浏览代码

Added back in LIBPROTOC_EXPORT which was removed by mistake

Adam Cozzette 7 年之前
父节点
当前提交
1b1d1ea340
共有 1 个文件被更改,包括 1 次插入1 次删除
  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