Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options

This fixes issue #2610.

This was originally fixed in a101fa5289 , but got
reverted by d36c0c538a
pull/4854/head
Adam Cozzette 8 years ago committed by Nehal J Wani
parent da2a6f68db
commit 1141bd9542
  1. 2
      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;

Loading…
Cancel
Save