Browse Source

Change from forum user stickm

rdb 16 years ago
parent
commit
b8cacaf29e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      panda/src/gobj/geom.h
  2. 1 1
      panda/src/gobj/geomVertexData.h

+ 1 - 1
panda/src/gobj/geom.h

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

+ 1 - 1
panda/src/gobj/geomVertexData.h

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