Pārlūkot izejas kodu

Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options

This fixes issue #2610.
Adam Cozzette 9 gadi atpakaļ
vecāks
revīzija
a101fa5289
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;