From 7b3ad94bbff251018667ab0b8f56d7b61dc1a6cf Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 10 Apr 2006 22:08:41 +0000 Subject: [PATCH] oops, EXPCL_PANDA, not PANDAEXPRESS --- panda/src/putil/deferredDeletor.h | 2 +- panda/src/putil/nonDeletor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);