Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
b8a73d1e
Commit
b8a73d1e
authored
Feb 22, 2010
by
Christian Kamm
Browse files
Fix compile error with msvc.
parent
22ace5fc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/libs/qmljs/qmljsinterpreter.cpp
View file @
b8a73d1e
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment