diff options
author | Adam Cozzette <acozzette@google.com> | 2017-01-20 15:39:34 -0800 |
---|---|---|
committer | Adam Cozzette <acozzette@google.com> | 2017-01-20 15:39:34 -0800 |
commit | a101fa52895fc2ad83d8b5d610243531b1608a08 (patch) | |
tree | c6fbce3e5ad33e56d32b52ccbc3b6f986d3ef4df | |
parent | 047575f20cbdee8fb2f88d78a317ffe6133b93e6 (diff) |
Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
This fixes issue #2610.
-rw-r--r-- | src/google/protobuf/io/gzip_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/io/gzip_stream.h b/src/google/protobuf/io/gzip_stream.h index 15b02fe3..df1a446e 100644 --- a/src/google/protobuf/io/gzip_stream.h +++ b/src/google/protobuf/io/gzip_stream.h @@ -118,7 +118,7 @@ class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { ZLIB = 2, }; - struct Options { + struct LIBPROTOBUF_EXPORT Options { // Defaults to GZIP. Format format; |