Change from forum user stickm

This commit is contained in:
rdb 2010-01-16 20:45:12 +00:00
parent a1d6158720
commit b8cacaf29e
2 changed files with 2 additions and 2 deletions

View File

@ -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 &copy);

View File

@ -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 &copy);