Add back missing LIBPROTOBUF_EXPORT.
This commit is contained in:
parent
1673389ef1
commit
530ae302bd
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue