properly export this class
This commit is contained in:
parent
fc0d21cdd3
commit
750405202b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue