Compile fix for MSVC

This commit is contained in:
Robert Loehning
2010-06-09 15:46:54 +02:00
parent e307bc2506
commit 0aaa9a82b1

View File

@@ -2005,7 +2005,7 @@ void CppQmlTypesLoader::setSuperClasses(QMap<QString, FakeMetaObject *> *newObje
}
}
void CppQmlTypes::load(Interpreter::Engine *engine, const QList<const FakeMetaObject *> &objects)
void CppQmlTypes::load(Engine *engine, const QList<const FakeMetaObject *> &objects)
{
// load
foreach (const FakeMetaObject *metaObject, objects) {