From 4f25a82d9a14102ee8abe83899c55a2230c5ce20 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 25 May 2012 16:50:55 -0700 Subject: [PATCH] action: add all action_lists to snapshot... --- action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.h b/action.h index 005e658..b635e06 100644 --- a/action.h +++ b/action.h @@ -58,6 +58,6 @@ private: int seq_number; }; -typedef std::list > action_list_t; +typedef std::list action_list_t; #endif /* __ACTION_H__ */ -- 2.34.1