kripke: add missing SPOT_API

* spot/kripke/kripke.hh: Here.
This commit is contained in:
Etienne Renault 2020-05-15 14:45:47 +02:00
parent e484e0c471
commit 6d390a342d

View file

@ -68,7 +68,7 @@ namespace spot
/// a given parameter is of type kripkecube. It also check
/// if the iterator has the good interface.
template <typename T, typename State, typename SuccIter>
class is_a_kripkecube_ptr
class SPOT_API is_a_kripkecube_ptr
{
private:
using yes = std::true_type;