oops, EXPCL_PANDA, not PANDAEXPRESS
This commit is contained in:
parent
3a817e8c92
commit
7b3ad94bbf
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue