Browse Source

express: Fix misclassified EXPCL_PANDA_ macro

Sam Edwards 7 years ago
parent
commit
06f7da5215
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/zStreamBuf.h

+ 1 - 1
panda/src/express/zStreamBuf.h

@@ -24,7 +24,7 @@
 /**
 /**
  * The streambuf object that implements IDecompressStream and OCompressStream.
  * The streambuf object that implements IDecompressStream and OCompressStream.
  */
  */
-class EXPCL_PANDA_DOWNLOADER ZStreamBuf : public std::streambuf {
+class EXPCL_PANDA_EXPRESS ZStreamBuf : public std::streambuf {
 public:
 public:
   ZStreamBuf();
   ZStreamBuf();
   virtual ~ZStreamBuf();
   virtual ~ZStreamBuf();