more final keywords
For #42. * src/graph/graph.hh, src/ltlast/multop.hh, src/ltlenv/defaultenv.hh, src/misc/tmpfile.hh, src/tgba/taatgba.hh, src/tgba/tgbagraph.hh, src/tgba/tgbaproduct.hh, src/tgbaalgos/gtec/gtec.hh: Declare more classes as final.
This commit is contained in:
parent
ab7ee2c460
commit
98e4d99b24
8 changed files with 31 additions and 28 deletions
|
|
@ -145,7 +145,7 @@ namespace spot
|
|||
// one without.
|
||||
|
||||
template <typename Transition, typename State_Data>
|
||||
struct SPOT_API distate_storage: public State_Data
|
||||
struct SPOT_API distate_storage final: public State_Data
|
||||
{
|
||||
Transition succ = 0; // First outgoing transition (used when iterating)
|
||||
Transition succ_tail = 0; // Last outgoing transition (used for
|
||||
|
|
@ -168,7 +168,7 @@ namespace spot
|
|||
|
||||
template <typename StateIn,
|
||||
typename StateOut, typename Transition, typename Trans_Data>
|
||||
struct SPOT_API trans_storage: public Trans_Data
|
||||
struct SPOT_API trans_storage final: public Trans_Data
|
||||
{
|
||||
typedef Transition transition;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue