From cb0658b7606fabeffe9616054972554473e0b799 Mon Sep 17 00:00:00 2001 From: lioux Date: Tue, 10 Jun 2003 16:45:05 +0000 Subject: Fix build with gcc 3.x: friend class declarations are more strict friend A; -> friend class A; Prompted by: bento, kris --- graphics/gltt/files/patch-FTGlyphVectorizer.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/gltt/files/patch-FTGlyphVectorizer.h 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: -- cgit