Bug 1746 - GCC-E compilation error in remotemgmt (990) CompilerCompatibility
authorLeo Zheng <Leo.Zhengyh@gmail.com>
Tue, 30 Mar 2010 17:10:04 +0900
branchCompilerCompatibility
changeset 15 50c802143a43
parent 12 1b024573da70
child 16 e771c3fd9992
Bug 1746 - GCC-E compilation error in remotemgmt (990)
policymanagement/policyengine/policyengineclient/src/Contexts.cpp
--- a/policymanagement/policyengine/policyengineclient/src/Contexts.cpp	Sun Mar 14 13:12:06 2010 +0000
+++ b/policymanagement/policyengine/policyengineclient/src/Contexts.cpp	Tue Mar 30 17:10:04 2010 +0900
@@ -311,7 +311,7 @@
 		delete operator[](i);
 	}
 
-	RArray::Close();
+	RArray<HBufC8*>::Close();
 }
 
 void RElementIdArray::SetListL( const TDesC8& aChilds)