Commit de525ec2 authored by Nobuaki Sukegawa's avatar Nobuaki Sukegawa

Add missing LIBPROTOC_EXPORT to ruby generator

parent 20490e33
......@@ -40,7 +40,8 @@ namespace protobuf {
namespace compiler {
namespace ruby {
class Generator : public google::protobuf::compiler::CodeGenerator {
class LIBPROTOC_EXPORT Generator
: public google::protobuf::compiler::CodeGenerator {
virtual bool Generate(
const FileDescriptor* file,
const string& parameter,
......
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