ltlsmin: revert part of 630e90b9

* spot/ltsmin/ltsmin.cc (compile_model): It does need to modify its
first argument.
This commit is contained in:
Alexandre Duret-Lutz 2016-10-30 08:13:37 +01:00
parent 40ed12050b
commit adc40fdcb6

View file

@ -943,7 +943,7 @@ namespace spot
// Call spins to compile "foo.prom" as "foo.prom.spins" if the latter
// does not exist already or is older.
static void
compile_model(std::string filename, const std::string& ext)
compile_model(std::string& filename, const std::string& ext)
{
std::string command;
std::string compiled_ext;