Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
This fixes issue #2610. This was originally fixed ina101fa5289
, but got reverted byd36c0c538a
This commit is contained in:
parent
f2a1356966
commit
33d41628c2
@ -118,7 +118,7 @@ class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
|
||||
ZLIB = 2,
|
||||
};
|
||||
|
||||
struct Options {
|
||||
struct LIBPROTOBUF_EXPORT Options {
|
||||
// Defaults to GZIP.
|
||||
Format format;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user