homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp
branchRCL_3
changeset 64 b276298d5729
parent 0 79c6a41cd166
--- a/homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp	Wed Apr 14 16:16:44 2010 +0300
+++ b/homescreenpluginsrv/hspsresult/src/hspspluginidlist.cpp	Tue Apr 27 16:57:49 2010 +0300
@@ -10,6 +10,7 @@
 * Nokia Corporation - initial contribution.
 *
 * Contributors:
+* Leo Zheng - GCC-E compilation error fix (2098)
 *
 * Description:  Class ChspsPluginIdList is a HSPS utility class for passing
 * 				 plugin ids from a client process to the server process.
@@ -30,7 +31,7 @@
 // might leave.
 // -----------------------------------------------------------------------------
 //
-EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat( aGranularity )
+EXPORT_C ChspsPluginIdList::ChspsPluginIdList( TInt aGranularity ) : CArrayFixFlat<TInt>( aGranularity )
     {
     }