rdb 15 лет назад
Родитель
Сommit
750405202b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/pgraph/pandaNode.h

+ 1 - 1
panda/src/pgraph/pandaNode.h

@@ -442,7 +442,7 @@ private:
   typedef CopyOnWriteObj1< DownList, TypeHandle > Down;
   typedef CopyOnWriteObj1< DownList, TypeHandle > Down;
 
 
   // Store a pointer to the down_list during the bam read pass.
   // Store a pointer to the down_list during the bam read pass.
-  class BamReaderAuxDataDown : public BamReaderAuxData {
+  class EXPCL_PANDA_PGRAPH BamReaderAuxDataDown : public BamReaderAuxData {
   public:
   public:
     INLINE BamReaderAuxDataDown();
     INLINE BamReaderAuxDataDown();
     Down _down_list;
     Down _down_list;