diff --git a/util/PrismPrinter.h b/util/PrismPrinter.h index 397cfa9..572cb40 100644 --- a/util/PrismPrinter.h +++ b/util/PrismPrinter.h @@ -13,7 +13,7 @@ typedef std::map KeyNameAndPositionMap; typedef std::pair CellAndCondition; typedef std::pair update; -typedef std::map updates; +typedef std::vector updates; typedef int8_t ActionId; std::string capitalize(std::string string);