simulation: fix compilation with g++ < 4.5.
* src/tgbaalgos/simulation.cc: Pass template arguments to base-class initializer to fix compilation with g++ < 4.5. Reported by Sonali Dutta.
This commit is contained in:
parent
4c1a9fdb10
commit
0ec3f7843a
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ namespace spot
|
|||
|
||||
public:
|
||||
direct_simulation_dont_care(const tgba* t)
|
||||
: direct_simulation(t)
|
||||
: direct_simulation<false, false>(t)
|
||||
{
|
||||
// This variable is used in the new signature.
|
||||
on_cycle_ =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue