style: make sure we do not have SPOT_API in *.cc files
* src/sanity/style.test: Check for it. * src/dstarparse/nra2nba.cc, src/dstarparse/nsa2tgba.cc, src/tgbaalgos/randomize.cc, src/tgbaalgos/stutter.cc: Fix all those.
This commit is contained in:
parent
5536bac4a1
commit
a539dc9002
5 changed files with 16 additions and 11 deletions
|
|
@ -201,7 +201,7 @@ namespace spot
|
|||
};
|
||||
|
||||
|
||||
class SPOT_API tgbasl final : public tgba
|
||||
class tgbasl final : public tgba
|
||||
{
|
||||
public:
|
||||
tgbasl(const const_tgba_ptr& a, bdd atomic_propositions)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue