Added EventListPtr typedef

This commit is contained in:
Nicolay Korslund 2010-08-03 14:25:56 +02:00
parent 4692375491
commit 687f20344e

View file

@ -40,6 +40,8 @@ namespace Mangle
}
}
};
typedef boost::shared_ptr<EventList> EventListPtr;
}
}
#endif