mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Change from forum user stickm
This commit is contained in:
parent
a1d6158720
commit
b8cacaf29e
@ -202,7 +202,7 @@ private:
|
||||
// if we could simplify the cache system now.
|
||||
|
||||
// The pipelined data with each CacheEntry.
|
||||
class CDataCache : public CycleData {
|
||||
class EXPCL_PANDA_GOBJ CDataCache : public CycleData {
|
||||
public:
|
||||
INLINE CDataCache();
|
||||
INLINE CDataCache(const CDataCache ©);
|
||||
|
@ -195,7 +195,7 @@ private:
|
||||
typedef pvector< COWPT(GeomVertexArrayData) > Arrays;
|
||||
|
||||
// The pipelined data with each CacheEntry.
|
||||
class CDataCache : public CycleData {
|
||||
class EXPCL_PANDA_GOBJ CDataCache : public CycleData {
|
||||
public:
|
||||
INLINE CDataCache();
|
||||
INLINE CDataCache(const CDataCache ©);
|
||||
|
Loading…
x
Reference in New Issue
Block a user