Add missing LIBPROTOC_EXPORT to ruby generator

This commit is contained in:
Nobuaki Sukegawa 2015-02-07 13:41:00 +09:00
parent 20490e33ca
commit de525ec219

View file

@ -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,