mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
*** empty log message ***
This commit is contained in:
parent
56dd8577d9
commit
36735622f5
@ -21,7 +21,7 @@
|
||||
// thing to set Notify to refer to when running in batch
|
||||
// mode.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDA MultiplexStream : public ostream {
|
||||
class EXPCL_PANDAEXPRESS MultiplexStream : public ostream {
|
||||
PUBLISHED:
|
||||
INLINE MultiplexStream();
|
||||
|
||||
|
@ -42,8 +42,10 @@ static char test[1024];
|
||||
////////////////////////////////////////////////////////////////////
|
||||
MultiplexStreamBuf::
|
||||
MultiplexStreamBuf() {
|
||||
#ifndef WIN32_VC
|
||||
allocate();
|
||||
setp(base(), ebuf());
|
||||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
@ -16,7 +16,7 @@
|
||||
// sends what is written to it to any number of
|
||||
// additional sources, like other ostreams.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDA MultiplexStreamBuf : public streambuf {
|
||||
class EXPCL_PANDAEXPRESS MultiplexStreamBuf : public streambuf {
|
||||
public:
|
||||
MultiplexStreamBuf();
|
||||
virtual ~MultiplexStreamBuf();
|
||||
|
Loading…
x
Reference in New Issue
Block a user