aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@google.com>2017-01-20 15:39:34 -0800
committerGravatar Adam Cozzette <acozzette@google.com>2017-01-20 15:39:34 -0800
commita101fa52895fc2ad83d8b5d610243531b1608a08 (patch)
treec6fbce3e5ad33e56d32b52ccbc3b6f986d3ef4df
parent047575f20cbdee8fb2f88d78a317ffe6133b93e6 (diff)
Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
This fixes issue #2610.
-rw-r--r--src/google/protobuf/io/gzip_stream.h2
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;