Browse Source

Merge pull request #2614 from acozzette/gzip-output-stream-options

Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
Adam Cozzette 8 years ago
parent
commit
0aa5af3e68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/google/protobuf/io/gzip_stream.h

+ 1 - 1
src/google/protobuf/io/gzip_stream.h

@@ -118,7 +118,7 @@ class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
     ZLIB = 2,
     ZLIB = 2,
   };
   };
 
 
-  struct Options {
+  struct LIBPROTOBUF_EXPORT Options {
     // Defaults to GZIP.
     // Defaults to GZIP.
     Format format;
     Format format;