From e559a87e8cc5c0c15098790b7d5a2feb7d96fea6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 12 Feb 2002 19:39:44 +0000 Subject: [PATCH] expcl TextGlyph --- panda/src/text/textGlyph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);