action: add all action_lists to snapshot...
authorBrian Norris <banorris@uci.edu>
Fri, 25 May 2012 23:50:55 +0000 (16:50 -0700)
committerBrian Norris <banorris@uci.edu>
Sat, 26 May 2012 00:15:33 +0000 (17:15 -0700)
action.h

index 005e65842e7353f9ca0dc50846eddf9bf054a111..b635e06c72ff67171bdfa5f9d61db75671316202 100644 (file)
--- a/action.h
+++ b/action.h
@@ -58,6 +58,6 @@ private:
        int seq_number;
 };
 
-typedef std::list<class ModelAction *, MyAlloc< class ModelAction * > > action_list_t;
+typedef std::list<class ModelAction *> action_list_t;
 
 #endif /* __ACTION_H__ */