mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
oops, wrong EXPCL
This commit is contained in:
parent
6694c9e0f2
commit
4ed9f1c353
@ -30,7 +30,7 @@
|
||||
// consists of an arbitrary header followed by a number
|
||||
// of datagrams.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDAEXPRESS DatagramInputFile : public DatagramGenerator {
|
||||
class EXPCL_PANDA DatagramInputFile : public DatagramGenerator {
|
||||
public:
|
||||
INLINE DatagramInputFile();
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
// consists of an arbitrary header followed by a number
|
||||
// of datagrams.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDAEXPRESS DatagramOutputFile : public DatagramSink {
|
||||
class EXPCL_PANDA DatagramOutputFile : public DatagramSink {
|
||||
public:
|
||||
INLINE DatagramOutputFile();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user