]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Include explicit parameter list in ProtocolInterface::SendMode
[user/henk/code/inspircd.git] / include / command_parse.h
index 21dae89dd91b2bcf9919abe39aca60705dcd9ecd..6f6b96ca120f73f29a2266b8bc2b5adf64e0fe56 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::vector<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);
 };
 
 /** Command handler class for the RELOAD command.