forked from qt-creator/qt-creator
Fix compile on windows
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user