瀏覽代碼

Add missing export macro

liujisi@google.com 13 年之前
父節點
當前提交
1e36e1006a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/google/protobuf/io/gzip_stream.h

+ 1 - 1
src/google/protobuf/io/gzip_stream.h

@@ -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;