* src/tgba/tgbascc.cc: Cosmetics.
This commit is contained in:
parent
64f0f653e3
commit
379e0d5eb4
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2009 Laboratoire de recherche et développement de l'Epita.
|
||||
// Copyright (C) 2009, 2012 Laboratoire de recherche et développement de l'Epita.
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -79,8 +79,7 @@ namespace spot
|
|||
}
|
||||
|
||||
state*
|
||||
tgba_scc::project_state(const state* s,
|
||||
const tgba* t) const
|
||||
tgba_scc::project_state(const state* s, const tgba* t) const
|
||||
{
|
||||
return aut_->project_state(s, t);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue