Skip to content
GitLab
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
191f182e
Commit
191f182e
authored
Jan 26, 2009
by
Roberto Raggi
Browse files
Fixed: Typo in parseNameId(). We need to return true on success :-)
parent
f9679651
Changes
1
Hide whitespace changes
Inline
Side-by-side
shared/cplusplus/Parser.cpp
View file @
191f182e
...
...
@@ -2583,7 +2583,7 @@ bool Parser::parseNameId(NameAST *&name)
return
parseName
(
name
,
false
);
}
return
fals
e
;
return
tru
e
;
}
bool
Parser
::
parseNestedExpression
(
ExpressionAST
*&
node
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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