--- vcl/inc/glyphcache.hxx Wed Aug 25 05:35:11 2004 +++ vcl/inc/glyphcache.hxx Fri Dec 31 00:32:15 2004 @@ -125,5 +125,5 @@ private: -friend ServerFont; +friend class ServerFont; // used by ServerFont class only void AddedGlyph( ServerFont& rServerFont, GlyphData& rGlyphData ); @@ -245,6 +245,6 @@ protected: -friend GlyphCache; -friend ServerFontLayout; +friend class GlyphCache; +friend class ServerFontLayout; ServerFont( const ImplFontSelectData&, const glyphKernMap* pGlyphKern = NULL, const unicodeKernMap* pUniKern = NULL ); virtual ~ServerFont();