Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options

This fixes issue #2610.
This commit is contained in:
Adam Cozzette 2017-01-20 15:39:34 -08:00
parent 047575f20c
commit a101fa5289

View file

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