properly export this class

This commit is contained in:
rdb 2011-02-22 20:20:51 +00:00
parent fc0d21cdd3
commit 750405202b
1 changed files with 1 additions and 1 deletions

View File

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