diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-10 16:45:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-10 16:45:05 +0000 |
commit | 845e4667161876551f7b427ace0ec45706d902ef (patch) | |
tree | d440110778dc5dc21cb375ca5b66bf46154d1bc1 /graphics | |
parent | 9a18dba351e0b2531a23490853133c0b1236f28d (diff) | |
download | ports-845e4667161876551f7b427ace0ec45706d902ef.tar.gz ports-845e4667161876551f7b427ace0ec45706d902ef.zip |
Notes
Diffstat (limited to 'graphics')
-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: |