From 687f20344e86356148118a3db920ae0f6c69c573 Mon Sep 17 00:00:00 2001 From: Nicolay Korslund Date: Tue, 3 Aug 2010 14:25:56 +0200 Subject: [PATCH] Added EventListPtr typedef --- input/filters/eventlist.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/input/filters/eventlist.hpp b/input/filters/eventlist.hpp index d7703fbc4..b3e2ff8f2 100644 --- a/input/filters/eventlist.hpp +++ b/input/filters/eventlist.hpp @@ -40,6 +40,8 @@ namespace Mangle } } }; + + typedef boost::shared_ptr EventListPtr; } } #endif