Browse Source

Exposed PNMTextGlyph

rdb 17 years ago
parent
commit
10f17086af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pnmtext/pnmTextGlyph.h

+ 1 - 1
panda/src/pnmtext/pnmTextGlyph.h

@@ -25,7 +25,7 @@
 // Description : A single glyph in a PNMTextMaker.
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDA_PNMTEXT PNMTextGlyph {
-public:
+PUBLISHED:
   PNMTextGlyph(double advance);
   ~PNMTextGlyph();