From 15b51c2ecc81e06c0efb537bec968f7c5acd2ed4 Mon Sep 17 00:00:00 2001 From: peavey Date: Thu, 23 Apr 2009 22:21:35 +0000 Subject: 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 --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index f0d1990dc..f1d9d1b1c 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -201,7 +201,7 @@ class CoreExport CommandParser : public classbase * @param dest The output string, it is safe to pass source and dest as the same variable only for translation type TR_TEXT. * @return returns the number of substitutions made. Will always be 0 or 1 for TR_TEXT and 0..n for other types. */ - int TranslateUIDsOnce(TranslateType to, const std::string &source, std::string &dest); + int TranslateUIDs(TranslateType to, const std::string &source, std::string &dest); int TranslateUIDs(const std::deque to, const std::deque &source, std::string &dest); }; -- cgit v1.3.1-10-gc9f91