changeset 52 | 36d60d12b4af |
parent 17 | 4f2773374eff |
--- a/creator/engine/src/creator_scriptelement.cpp Fri Sep 03 17:11:21 2010 +0300 +++ b/creator/engine/src/creator_scriptelement.cpp Fri Sep 17 14:22:55 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 {