expcl TextGlyph

This commit is contained in:
David Rose 2002-02-12 19:39:44 +00:00
parent 0eb1e35c05
commit e559a87e8c

View File

@ -33,7 +33,7 @@ class TextGlyph;
// font. This is a piece of renderable geometry of some // font. This is a piece of renderable geometry of some
// kind. // kind.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class TextGlyph : public ReferenceCount { class EXPCL_PANDA TextGlyph : public ReferenceCount {
public: public:
INLINE TextGlyph(); INLINE TextGlyph();
INLINE TextGlyph(Geom *geom, const AllTransitionsWrapper &trans, float advance); INLINE TextGlyph(Geom *geom, const AllTransitionsWrapper &trans, float advance);