diff --git a/panda/src/text/textGlyph.h b/panda/src/text/textGlyph.h index d6c243333f..abbd98b7ef 100644 --- a/panda/src/text/textGlyph.h +++ b/panda/src/text/textGlyph.h @@ -33,7 +33,7 @@ class TextGlyph; // font. This is a piece of renderable geometry of some // kind. //////////////////////////////////////////////////////////////////// -class TextGlyph : public ReferenceCount { +class EXPCL_PANDA TextGlyph : public ReferenceCount { public: INLINE TextGlyph(); INLINE TextGlyph(Geom *geom, const AllTransitionsWrapper &trans, float advance);