mc: clarify method name

* spot/mc/bloemen.hh,
spot/mc/bloemen_ec.hh,
spot/mc/cndfs.hh,
spot/mc/deadlock.hh,
spot/mc/lpar13.hh,
spot/mc/mc_instanciator.hh: Here.
This commit is contained in:
Etienne Renault 2020-05-13 11:51:10 +02:00
parent ee01fdf209
commit 2d59a5c752
6 changed files with 6 additions and 6 deletions

View file

@ -86,7 +86,7 @@ namespace spot
pair_hasher>;
using shared_struct = shared_map;
static shared_struct* make_shared_st(shared_map, unsigned)
static shared_struct* make_shared_structure(shared_map, unsigned)
{
return nullptr; // Useless
}