diff options
author | Peter Powell <petpow@saberuk.com> | 2013-04-01 10:20:52 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-04-01 10:43:12 +0100 |
commit | f00ffba521c16d0f5419f60c0b4d362b362b76e6 (patch) | |
tree | 671bdb8aebf16739312a81d20075c4bef45f5347 /src/modules/m_customprefix.cpp | |
parent | d877be98d1a89a18fb942ae9740e8fe65df359cf (diff) |
Purge references to the deprecated GetStackedLine method.
Diffstat (limited to 'src/modules/m_customprefix.cpp')
-rw-r--r-- | src/modules/m_customprefix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_customprefix.cpp b/src/modules/m_customprefix.cpp index dfc60e082..9bf65b3e8 100644 --- a/src/modules/m_customprefix.cpp +++ b/src/modules/m_customprefix.cpp @@ -59,7 +59,7 @@ class CustomPrefixMode : public ModeHandler std::vector<std::string> mode_junk; mode_junk.push_back(channel->name); irc::modestacker modestack(false); - std::deque<std::string> stackresult; + std::vector<std::string> stackresult; for (UserMembCIter i = cl->begin(); i != cl->end(); i++) { |