]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/postcommand.cpp
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / postcommand.cpp
index b3f2f80bb19bf21e3882596a8825a0bebe4c4046..719ff00466024f2d91094231ee66c7c0b6c3b5cb 100644 (file)
@@ -47,7 +47,7 @@ void ModuleSpanningTree::OnPostCommand(const std::string &command, const std::ve
                // can just handle commands locally, without having
                // to have any special provision in place for remote
                // commands and linking protocols.
-               std::deque<std::string> params;
+               parameterlist params;
                params.clear();
                unsigned int n_translate = thiscmd->translation.size();
                TranslateType translate_to;