diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-23 22:21:35 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-23 22:21:35 +0000 |
commit | 15b51c2ecc81e06c0efb537bec968f7c5acd2ed4 (patch) | |
tree | f2faa8fb9d3602c02e178cba1fdc7d035ac3cb1c /src/command_parse.cpp | |
parent | c275233c7c356058c812ed3906a833b678e9de69 (diff) |
rollback r11326, we're going to make vc9 the officially supported windows build methods since the few of us doing win dev can't keep up maintaining the others.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11327 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 2d3d87b2e..94a4a55fe 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -650,7 +650,7 @@ int CommandParser::TranslateUIDs(const std::deque<TranslateType> to, const std:: return translations; } -int CommandParser::TranslateUIDsOnce(TranslateType to, const std::string &source, std::string &dest) +int CommandParser::TranslateUIDs(TranslateType to, const std::string &source, std::string &dest) { User* user = NULL; std::string item; |