Browse Source

Corrected typedef. Clang and gcc should now also be fine under Linux.

Former-commit-id: 46f8d43d47
tempestpy_adaptions
dehnert 10 years ago
parent
commit
08ac566db2
  1. 2
      src/storage/DeterministicModelStrongBisimulationDecomposition.h

2
src/storage/DeterministicModelStrongBisimulationDecomposition.h

@ -73,7 +73,7 @@ namespace storm {
class Block {
public:
typedef typename std::list<Block>::const_iterator iterator;
typedef typename std::list<Block>::iterator iterator;
typedef typename std::list<Block>::const_iterator const_iterator;
// Creates a new block with the given begin and end.

Loading…
Cancel
Save