* src/graph/ngraph.hh (names): Fix constness.
This commit is contained in:
parent
cccb6edfdd
commit
6dc29547fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue