Add missing LIBPROTOC_EXPORT to ruby generator
This commit is contained in:
parent
20490e33ca
commit
de525ec219
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