Fix compile on windows

This commit is contained in:
Tobias Hunger
2010-02-22 11:05:30 +01:00
parent 6782d848c1
commit 28e348ace6

View File

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