mc: do not mix static and SPOT_API
* spot/mc/mc_instanciator.hh: Here.
This commit is contained in:
parent
6d390a342d
commit
1dc6ead1e0
1 changed files with 4 additions and 3 deletions
|
|
@ -79,7 +79,7 @@ namespace spot
|
|||
|
||||
template<typename algo_name, typename kripke_ptr, typename State,
|
||||
typename Iterator, typename Hash, typename Equal>
|
||||
static SPOT_API ec_stats instanciate(kripke_ptr sys,
|
||||
static ec_stats instanciate(kripke_ptr sys,
|
||||
spot::twacube_ptr prop = nullptr,
|
||||
bool trace = false)
|
||||
{
|
||||
|
|
@ -246,5 +246,6 @@ namespace spot
|
|||
return instanciate<spot::lpar13<State, Iterator, Hash, Equal>,
|
||||
kripke_ptr, State, Iterator, Hash, Equal> (sys, prop, trace);
|
||||
}
|
||||
SPOT_UNREACHABLE();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue