浏览代码

Add back missing LIBPROTOBUF_EXPORT.

Feng Xiao 9 年之前
父节点
当前提交
530ae302bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/google/protobuf/generated_message_reflection.h

+ 1 - 1
src/google/protobuf/generated_message_reflection.h

@@ -249,7 +249,7 @@ struct MigrationSchema {
 //    of whatever type the individual field would be.  Strings and
 //    of whatever type the individual field would be.  Strings and
 //    Messages use RepeatedPtrFields while everything else uses
 //    Messages use RepeatedPtrFields while everything else uses
 //    RepeatedFields.
 //    RepeatedFields.
-class GeneratedMessageReflection PROTOBUF_FINAL : public Reflection {
+class LIBPROTOBUF_EXPORT GeneratedMessageReflection PROTOBUF_FINAL : public Reflection {
  public:
  public:
   // Constructs a GeneratedMessageReflection.
   // Constructs a GeneratedMessageReflection.
   // Parameters:
   // Parameters: