mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -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.
|
||||
*/
|
||||
class EXPCL_PANDA_DOWNLOADER ZStreamBuf : public std::streambuf {
|
||||
class EXPCL_PANDA_EXPRESS ZStreamBuf : public std::streambuf {
|
||||
public:
|
||||
ZStreamBuf();
|
||||
virtual ~ZStreamBuf();
|
||||
|
Loading…
x
Reference in New Issue
Block a user