diff options
Diffstat (limited to 'graphics/gltt/files')
-rw-r--r-- | graphics/gltt/files/patch-FTGlyphVectorizer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gltt/files/patch-FTGlyphVectorizer.h b/graphics/gltt/files/patch-FTGlyphVectorizer.h new file mode 100644 index 000000000000..a813c5254e1f --- /dev/null +++ b/graphics/gltt/files/patch-FTGlyphVectorizer.h @@ -0,0 +1,11 @@ +--- FTGlyphVectorizer.h.orig Tue Jun 10 13:41:02 2003 ++++ FTGlyphVectorizer.h Tue Jun 10 13:41:07 2003 +@@ -76,7 +76,7 @@ + private: + void add_point( double x, double y ); + +- friend FTGlyphVectorizer; ++ friend class FTGlyphVectorizer; + }; + + protected: |