Commit 7378ec2b authored by Feng Xiao's avatar Feng Xiao

Add missing LIBRPOTOC_EXPORT.

parent 3a5a0724
...@@ -162,8 +162,8 @@ typedef GeneratorContext OutputDirectory; ...@@ -162,8 +162,8 @@ typedef GeneratorContext OutputDirectory;
// "foo=bar,baz,qux=corge" // "foo=bar,baz,qux=corge"
// parses to the pairs: // parses to the pairs:
// ("foo", "bar"), ("baz", ""), ("qux", "corge") // ("foo", "bar"), ("baz", ""), ("qux", "corge")
extern void ParseGeneratorParameter(const string&, LIBPROTOC_EXPORT void ParseGeneratorParameter(
std::vector<std::pair<string, string> >*); const string&, std::vector<std::pair<string, string> >*);
} // namespace compiler } // namespace compiler
} // namespace protobuf } // namespace protobuf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment