Преглед изворни кода

Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options

This fixes issue #2610.
Adam Cozzette пре 8 година
родитељ
комит
a101fa5289
1 измењених фајлова са 1 додато и 1 уклоњено
  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,
   };
 
-  struct Options {
+  struct LIBPROTOBUF_EXPORT Options {
     // Defaults to GZIP.
     Format format;