Fix compile error with msvc.

This commit is contained in:
Christian Kamm
2010-02-22 11:57:32 +01:00
parent 22ace5fcaf
commit b8a73d1e18

View File

@@ -800,7 +800,7 @@ Context::~Context()
{
}
void Context::build(const QList<QmlJS::AST::Node *> &astPath, QmlJS::Document::Ptr doc, const QmlJS::Snapshot &snapshot)
void Context::build(const QList<Node *> &astPath, QmlJS::Document::Ptr doc, const QmlJS::Snapshot &snapshot)
{
Link link(this, doc, snapshot);
link.scopeChainAt(doc, astPath);