mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
express: Fix misclassified EXPCL_PANDA_ macro
This commit is contained in:
parent
6105953b40
commit
06f7da5215
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user