mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
EXPCL
This commit is contained in:
parent
10be9cdfd4
commit
ea616ebe4e
@ -32,7 +32,7 @@
|
|||||||
// This is subclassed as PStatCollectorForward, which
|
// This is subclassed as PStatCollectorForward, which
|
||||||
// defines the actual functionality.
|
// defines the actual functionality.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class PStatCollectorForwardBase : public ReferenceCount {
|
class EXPCL_PANDAEXPRESS PStatCollectorForwardBase : public ReferenceCount {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
#ifdef DO_PSTATS
|
#ifdef DO_PSTATS
|
||||||
virtual ~PStatCollectorForwardBase();
|
virtual ~PStatCollectorForwardBase();
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
// before the pstats module may access the
|
// before the pstats module may access the
|
||||||
// PStatCollector.
|
// PStatCollector.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class PStatCollectorForward : public PStatCollectorForwardBase {
|
class EXPCL_PANDA PStatCollectorForward : public PStatCollectorForwardBase {
|
||||||
PUBLISHED:
|
PUBLISHED:
|
||||||
INLINE PStatCollectorForward(const PStatCollector &col);
|
INLINE PStatCollectorForward(const PStatCollector &col);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user