Commit 2e5123a3 authored by Chris Fallin's avatar Chris Fallin

Merge pull request #197 from nsuke/protoc-export-ruby

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