forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
272 B
C++
11 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:
|