rename 'MyAlloc' to 'ModelAlloc'
[c11tester.git] / model.h
diff --git a/model.h b/model.h
index a2d33432de948e4bc64b48ca6d7c1c7596f1a20f..7241765d38c5270a33cf25a4986f5dd6fbd9a776 100644 (file)
--- 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<const ModelAction *> > rel_heads_list_t;
+typedef std::vector< const ModelAction *, ModelAlloc<const ModelAction *> > rel_heads_list_t;
 
 /**
  * Model checker parameter structure. Holds run-time configuration options for