diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 80fbf43e0..d24a93fca 100644 --- a/include/users.h +++ b/include/users.h @@ -880,7 +880,7 @@ namespace irc /** Sets of time and users in whowas list */ - typedef std::map<time_t,irc::string> whowas_users_fifo; + typedef std::deque<std::pair<time_t,irc::string> > whowas_users_fifo; /** Called every hour by the core to remove expired entries */ |