Add missing export macro

This commit is contained in:
liujisi@google.com 2012-12-05 06:26:08 +00:00
parent 329d103b3e
commit 1e36e1006a

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;