oops, wrong EXPCL

This commit is contained in:
David Rose 2002-08-04 17:22:37 +00:00
parent 6694c9e0f2
commit 4ed9f1c353
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();