mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
845e466716
friend A; -> friend class A; Prompted by: bento, kris
12 lines
272 B
C++
12 lines
272 B
C++
--- 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:
|