Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:35:49 +0100
branchCompilerCompatibility
changeset 10 d5af54b6be6f
parent 8 7b11bd0bb860
Fixed "extra qualification" syntax errors.
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 );