Browse Source

properly export this class

rdb 15 years ago
parent
commit
750405202b
1 changed files with 1 additions and 1 deletions
  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;
 
   // Store a pointer to the down_list during the bam read pass.
-  class BamReaderAuxDataDown : public BamReaderAuxData {
+  class EXPCL_PANDA_PGRAPH BamReaderAuxDataDown : public BamReaderAuxData {
   public:
     INLINE BamReaderAuxDataDown();
     Down _down_list;