Commit fd085e7c8bb598dc75fbb8413b5a3b652519f11e

henry 2001-08-27T03:15:59

Minor change to FIXME comment

1
2
3
4
5
6
7
8
9
10
11
diff --git a/src/FTGlyph.cpp b/src/FTGlyph.cpp
index c4335ab..9852fcc 100755
--- a/src/FTGlyph.cpp
+++ b/src/FTGlyph.cpp
@@ -16,5 +16,5 @@ FTGlyph::FTGlyph( unsigned int gi)
 // OPSignature:  FTGlyph:~FTGlyph() 
 FTGlyph::~FTGlyph()
 {
-	FT_Done_Glyph(ftGlyph); // Is this OK?
+	FT_Done_Glyph(ftGlyph); //FIXME Is this OK?
 }