diff --git a/spot/kripke/kripke.hh b/spot/kripke/kripke.hh index 8edd0b7b0..8b039f37c 100644 --- a/spot/kripke/kripke.hh +++ b/spot/kripke/kripke.hh @@ -68,7 +68,7 @@ namespace spot /// a given parameter is of type kripkecube. It also check /// if the iterator has the good interface. template - class is_a_kripkecube_ptr + class SPOT_API is_a_kripkecube_ptr { private: using yes = std::true_type;