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
561b8521
Commit
561b8521
authored
Oct 03, 2012
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbaexplicit.hh: Fix definition of the new alias_ map.
parent
fb38fe56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgba/tgbaexplicit.hh
View file @
561b8521
...
...
@@ -263,7 +263,7 @@ namespace spot
typedef
State
state
;
protected:
typedef
Sgi
::
hash_map
<
label_t
,
State
,
label_hash_t
>
ls_map
;
typedef
Sgi
::
hash_map
<
label_t
,
State
*>
alias_map
;
typedef
Sgi
::
hash_map
<
label_t
,
State
*
,
label_hash_t
>
alias_map
;
typedef
Sgi
::
hash_map
<
const
State
*
,
label_t
,
ptr_hash
<
State
>
>
sl_map
;
public:
...
...
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