diff --git a/src/storage/jani/VariableSet.h b/src/storage/jani/VariableSet.h index 1ab0b758b..8d5aa3aed 100644 --- a/src/storage/jani/VariableSet.h +++ b/src/storage/jani/VariableSet.h @@ -54,8 +54,8 @@ namespace storm { const_iterator end(); private: - input_iterator it; - input_iterator ite; + const_input_iterator it; + const_input_iterator ite; }; } @@ -64,7 +64,7 @@ namespace storm { typedef typename std::vector>::iterator input_iterator; typedef typename std::vector>::const_iterator const_input_iterator; typedef boost::transform_iterator, input_iterator> iterator; - typedef boost::transform_iterator, const_input_iterator> const_iterator; + typedef boost::transform_iterator, const_input_iterator> const_iterator; /*! * Creates an empty variable set.