oops, EXPCL_PANDA, not PANDAEXPRESS

This commit is contained in:
David Rose 2006-04-10 22:08:41 +00:00
parent 3a817e8c92
commit 7b3ad94bbf
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
// frames, where it can be observed by PStats and where
// it won't interfere with rendering.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEXPRESS DeferredDeletor : public ObjectDeletor {
class EXPCL_PANDA DeferredDeletor : public ObjectDeletor {
public:
DeferredDeletor();

View File

@ -30,7 +30,7 @@
// instance to determine if there is a problem with a
// destructor somewhere.
////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEXPRESS NonDeletor : public ObjectDeletor {
class EXPCL_PANDA NonDeletor : public ObjectDeletor {
public:
virtual void delete_object(DeleteFunc *func, void *ptr);