# HG changeset patch # User Stefan Karlsson # Date 1269790549 -3600 # Node ID d5af54b6be6f408b7b68033adab6cf2cf9d0970a # Parent 7b11bd0bb860c8d77a3464435e91c42d162c6d11 Fixed "extra qualification" syntax errors. diff -r 7b11bd0bb860 -r d5af54b6be6f svgtviewer/SvgtViewerPlugin/SVGCodecInc/SVGCodec.h --- a/svgtviewer/SvgtViewerPlugin/SVGCodecInc/SVGCodec.h Sun Mar 14 13:08:46 2010 +0000 +++ b/svgtviewer/SvgtViewerPlugin/SVGCodecInc/SVGCodec.h Sun Mar 28 16:35:49 2010 +0100 @@ -81,8 +81,7 @@ TBool ScriptCall( const TDesC& aScript, CSvgElementImpl* aCallerElement ); TInt FetchImage( const TDesC& aUri, RFs& aSession, RFile& aFileHandle ) ; - TInt CSvgReadCodec::FetchFont( const TDesC& /* aUri */, - RFs& /* aSession */, RFile& /* aFileHandle */ ); + TInt FetchFont( const TDesC& /* aUri */, RFs& /* aSession */, RFile& /* aFileHandle */ ); void GetSmilFitValue( TDes& aSmilValue );