diff --git a/spot/mc/mc_instanciator.hh b/spot/mc/mc_instanciator.hh index 7d63c7442..689d0733d 100644 --- a/spot/mc/mc_instanciator.hh +++ b/spot/mc/mc_instanciator.hh @@ -79,9 +79,9 @@ namespace spot template - static SPOT_API ec_stats instanciate(kripke_ptr sys, - spot::twacube_ptr prop = nullptr, - bool trace = false) + static ec_stats instanciate(kripke_ptr sys, + spot::twacube_ptr prop = nullptr, + bool trace = false) { // FIXME ensure that algo_name contains all methods @@ -246,5 +246,6 @@ namespace spot return instanciate, kripke_ptr, State, Iterator, Hash, Equal> (sys, prop, trace); } + SPOT_UNREACHABLE(); } }