aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/io/gzip_stream.h
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2018-08-16 11:40:48 -0700
committerGitHub <noreply@github.com>2018-08-16 11:40:48 -0700
commit859405a62b5058c0352dc608a7fd887f29f48afe (patch)
treee57673aeee62c369fb72cbce92bcbdd1df9409e4 /src/google/protobuf/io/gzip_stream.h
parentf2a1356966cef3889434368598ac888d131489fb (diff)
parentfd25c5617b2a1f1ee875bf6c1e7518473409a211 (diff)
downloadprotobuf-859405a62b5058c0352dc608a7fd887f29f48afe.tar.gz
protobuf-859405a62b5058c0352dc608a7fd887f29f48afe.tar.bz2
protobuf-859405a62b5058c0352dc608a7fd887f29f48afe.zip
Merge pull request #5049 from nehaljwani/backport-4854
Backport #4854 to 3.6.x
Diffstat (limited to 'src/google/protobuf/io/gzip_stream.h')
-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;