]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / include / command_parse.h
index f1d9d1b1c7b3e7e9cd11cc839aba61babeb2cba0..62f47bd2df8ef2f440e8f9e0393221ef142b9828 100644 (file)
@@ -203,7 +203,7 @@ class CoreExport CommandParser : public classbase
         */
        int TranslateUIDs(TranslateType to, const std::string &source, std::string &dest);
 
-       int TranslateUIDs(const std::deque<TranslateType> to, const std::deque<std::string> &source, std::string &dest);
+       int TranslateUIDs(const std::vector<TranslateType> to, const std::vector<std::string> &source, std::string &dest);
 };
 
 /** Command handler class for the RELOAD command.