summaryrefslogtreecommitdiff
path: root/graphics/gltt/files/patch-FTGlyphVectorizer.h
blob: a813c5254e1f0a784e29ab1fee7750ee9a0e9940 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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: