Explorar o código

expcl TextGlyph

David Rose %!s(int64=24) %!d(string=hai) anos
pai
achega
e559a87e8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);