X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=model.h;h=7241765d38c5270a33cf25a4986f5dd6fbd9a776;hb=85683f798e0955c43cf6cd8099713c45d9ce882b;hp=a2d33432de948e4bc64b48ca6d7c1c7596f1a20f;hpb=381e2769f94f7e41c1c90d3ab633a37136fa24b0;p=model-checker.git diff --git a/model.h b/model.h index a2d3343..7241765 100644 --- a/model.h +++ b/model.h @@ -26,7 +26,7 @@ class CycleGraph; class Promise; /** @brief Shorthand for a list of release sequence heads */ -typedef std::vector< const ModelAction *, MyAlloc > rel_heads_list_t; +typedef std::vector< const ModelAction *, ModelAlloc > rel_heads_list_t; /** * Model checker parameter structure. Holds run-time configuration options for