Merge pull request #197 from nsuke/protoc-export-ruby
Add missing LIBPROTOC_EXPORT to ruby generator
This commit is contained in:
commit
2e5123a399
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue