aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/io/gzip_stream.h
diff options
context:
space:
mode:
authorliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-12-05 06:26:08 +0000
committerliujisi@google.com <liujisi@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2012-12-05 06:26:08 +0000
commit1e36e1006af3d76e7460263b9345108a0bc2aaf9 (patch)
treeb238808b434034b829ae19fc37c467cd949e6ec4 /src/google/protobuf/io/gzip_stream.h
parent329d103b3e0f80fff5f9d1ed5a4be06d6f91b49f (diff)
downloadprotobuf-1e36e1006af3d76e7460263b9345108a0bc2aaf9.tar.gz
protobuf-1e36e1006af3d76e7460263b9345108a0bc2aaf9.tar.bz2
protobuf-1e36e1006af3d76e7460263b9345108a0bc2aaf9.zip
Add missing export macro
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 7ee24bc3..365e9ea5 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;