Browse Source

expcl TextGlyph

David Rose 24 năm trước cách đây
mục cha
commit
e559a87e8c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      panda/src/text/textGlyph.h

+ 1 - 1
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);