diff --git a/panda/src/putil/deferredDeletor.h b/panda/src/putil/deferredDeletor.h index 1233f67f77..40fff034ae 100644 --- a/panda/src/putil/deferredDeletor.h +++ b/panda/src/putil/deferredDeletor.h @@ -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(); diff --git a/panda/src/putil/nonDeletor.h b/panda/src/putil/nonDeletor.h index 1f951b2892..fb7c3ca797 100644 --- a/panda/src/putil/nonDeletor.h +++ b/panda/src/putil/nonDeletor.h @@ -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);