From 711e33b9f8461df55c2fa8e5351769c6e6eb3e0f Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 16 Dec 2014 16:42:35 +0100 Subject: Change listmode storage type to vector --- include/listmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/listmode.h b/include/listmode.h index 04044948c..94af1d524 100644 --- a/include/listmode.h +++ b/include/listmode.h @@ -37,7 +37,7 @@ class CoreExport ListModeBase : public ModeHandler /** Items stored in the channel's list */ - typedef std::list ModeList; + typedef std::vector ModeList; private: class ChanData -- cgit v1.2.3