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

Set LIBPROTOBUF_EXPORT on GzipOutputStream::Options
This commit is contained in:
Adam Cozzette 2017-01-23 09:51:29 -08:00 committed by GitHub
commit 0aa5af3e68

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;