creator/engine/src/creator_scriptelement.cpp
changeset 54 9347c563e054
parent 17 4f2773374eff
--- a/creator/engine/src/creator_scriptelement.cpp	Fri Sep 17 08:29:47 2010 +0300
+++ b/creator/engine/src/creator_scriptelement.cpp	Mon Oct 04 00:18:03 2010 +0300
@@ -208,7 +208,7 @@
         }
     else if( aIndex < iSubElements.Count())
         {
-        iSubElements.Insert(aElem, aIndex);
+        iSubElements.InsertL(aElem, aIndex);
         }
     else
         {
@@ -254,7 +254,7 @@
         }
     else if( aIndex < iAttributes.Count())
         {
-        iAttributes.Insert(aAttribute, aIndex);        
+        iAttributes.InsertL(aAttribute, aIndex);        
         }
     else
         {