diff -r 795cadd2b83a -r 09b5fcf47b30 fontservices/fontstore/inc/OPENFONT.H --- a/fontservices/fontstore/inc/OPENFONT.H Wed Sep 15 14:10:32 2010 +0300 +++ b/fontservices/fontstore/inc/OPENFONT.H Wed Oct 13 16:35:09 2010 +0300 @@ -327,7 +327,7 @@ TBool HasCharacterL(TInt aCode) const; TBool GetCharacterData(TInt aSessionHandle,TInt aCode,const TOpenFontCharMetrics*& aMetrics,const TUint8*& aBitmap) const; void OnFileDeleted(); - COpenFontGlyphCache* GetGlyphCache() const; + COpenFontGlyphCache* GetGlyphCache(); inline TInt FontCapitalAscent() const; inline TInt FontMaxAscent() const; inline TInt FontStandardDescent() const; @@ -368,7 +368,7 @@ private: const COpenFontGlyph* Glyph(TInt aSessionHandle,TInt aCode) const; - const COpenFontGlyph* FontCacheGlyph(TInt aCode) const; + const COpenFontGlyph* FontCacheGlyph(TInt aCode); void SetGlyphCache(COpenFontGlyphCache* aGlyphCache);