diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-12-19 15:29:21 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-12-19 15:29:21 +0100 |
commit | 3ccf0065d43db80f31c6404aeac4d65551481508 (patch) | |
tree | a4e2dd2c7934ec9448362ebbbf51118958b3505b /include | |
parent | c44433dad279aa8ad95fc936ce5d3c671fbf9aa3 (diff) | |
parent | 64ccea389cc5a71badc9f8d0ea6731750ed4fde6 (diff) |
Merge branch 'master+listmode'
Diffstat (limited to 'include')
-rw-r--r-- | include/listmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ListItem> ModeList; + typedef std::vector<ListItem> ModeList; private: class ChanData |