Bug 1726 - GCC-E compilation error in homescreensrv (2098) CompilerCompatibility
authorLeo Zheng <Leo.Zhengyh@gmail.com>
Wed, 24 Mar 2010 11:13:58 +0900
branchCompilerCompatibility
changeset 40 e35be9ff24b6
parent 15 bcb8d447d716
child 42 b76d631296db
Bug 1726 - GCC-E compilation error in homescreensrv (2098)
homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp
--- a/homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp	Sun Mar 14 13:11:02 2010 +0000
+++ b/homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp	Wed Mar 24 11:13:58 2010 +0900
@@ -30,7 +30,7 @@
 // might leave.
 // -----------------------------------------------------------------------------
 //
-EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat( aGranularity )
+EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat<TInt>( aGranularity )
     {
     }