diff --git a/src/tgba/tgbaproduct.cc b/src/tgba/tgbaproduct.cc index 912b7ae51..28641feb0 100644 --- a/src/tgba/tgbaproduct.cc +++ b/src/tgba/tgbaproduct.cc @@ -465,8 +465,8 @@ namespace spot std::string tgba_product::transition_annotation(const tgba_succ_iterator* t) const { - const tgba_succ_iterator_product* i = - down_cast(t); + const tgba_succ_iterator_product_common* i = + down_cast(t); assert(i); std::string left = left_->transition_annotation(i->left_); std::string right = right_->transition_annotation(i->right_);