Commit 0aa5af3e authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #2614 from acozzette/gzip-output-stream-options

Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
parents 047575f2 a101fa52
...@@ -118,7 +118,7 @@ class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { ...@@ -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;
......
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