Compile fix

This commit is contained in:
Kai Koehne
2010-07-20 15:26:24 +02:00
parent 700975ade3
commit 7f01593b94
2 changed files with 3 additions and 3 deletions

View File

@@ -570,7 +570,7 @@ void Rewriter::appendToArrayBinding(UiArrayBinding *arrayBinding,
m_changeSet->insert(insertionPoint, QLatin1String(",\n") + content);
}
void Rewriter::addObject(UiObjectInitializer *ast, const QString &content, UiObjectMemberList *insertAfter = 0)
void Rewriter::addObject(UiObjectInitializer *ast, const QString &content, UiObjectMemberList *insertAfter)
{
if (!insertAfter)
insertAfter = searchMemberToInsertAfter(ast->members, m_propertyOrder);