소스 검색

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
 //    Messages use RepeatedPtrFields while everything else uses
 //    RepeatedFields.
-class GeneratedMessageReflection PROTOBUF_FINAL : public Reflection {
+class LIBPROTOBUF_EXPORT GeneratedMessageReflection PROTOBUF_FINAL : public Reflection {
  public:
   // Constructs a GeneratedMessageReflection.
   // Parameters: