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
4a2787df
Commit
4a2787df
authored
Aug 15, 2012
by
hjk
Browse files
demangler: compile fix
Change-Id: I95af5519cb41fd9aa7194447b5a8349b1eb5b810 Reviewed-by:
hjk
<
qthjk@ovi.com
>
parent
776fd73e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/namedemangler/parsetreenodes.cpp
View file @
4a2787df
...
...
@@ -60,7 +60,7 @@ namespace Internal {
template
<
int
base
>
static
int
getNonNegativeNumber
(
GlobalParseState
*
parseState
)
{
ParseTreeNode
::
parseRule
<
NonNegativeNumberNode
<
base
>
>
(
parseState
);
const
NonNegativeNumberNode
<
base
>::
Ptr
numberNode
const
typename
NonNegativeNumberNode
<
base
>::
Ptr
numberNode
=
DEMANGLER_CAST
(
NonNegativeNumberNode
<
base
>
,
parseState
->
popFromStack
());
const
int
value
=
static_cast
<
int
>
(
numberNode
->
number
());
return
value
;
...
...
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