Commit a101fa52 authored by Adam Cozzette's avatar Adam Cozzette

Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options

This fixes issue #2610.
parent 047575f2
......@@ -118,7 +118,7 @@ class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
ZLIB = 2,
};
struct Options {
struct LIBPROTOBUF_EXPORT Options {
// Defaults to GZIP.
Format format;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment