2
0
Эх сурвалжийг харах

oops, EXPCL_PANDA, not PANDAEXPRESS

David Rose 19 жил өмнө
parent
commit
7b3ad94bbf

+ 1 - 1
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();
 

+ 1 - 1
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);