diff options
Diffstat (limited to 'src/bridge')
-rw-r--r-- | src/bridge/bridge.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp index b852a30..469a959 100644 --- a/src/bridge/bridge.hpp +++ b/src/bridge/bridge.hpp @@ -250,7 +250,7 @@ private: * request and we need a response from IRC to be able to provide the * response iq. */ - std::list<irc_responder_callback_t> waiting_irc; + std::vector<irc_responder_callback_t> waiting_irc; /** * Keep track of which resource is in which channel. */ |