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
Spot
Spot
Commits
6dc29547
Commit
6dc29547
authored
Aug 10, 2014
by
Alexandre Duret-Lutz
Browse files
* src/graph/ngraph.hh (names): Fix constness.
parent
cccb6edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/ngraph.hh
View file @
6dc29547
...
...
@@ -99,7 +99,7 @@ namespace spot
return
name_to_state
.
find
(
n
)
!=
name_to_state
.
end
();
}
state_to_name_t
&
names
()
const
state_to_name_t
&
names
()
const
{
return
state_to_name
;
}
...
...
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