From 5fa14f58dceb3be78a5964c09eb17dc358c10c7b Mon Sep 17 00:00:00 2001 From: azazel Date: Thu, 26 Aug 2010 15:54:56 +0600 Subject: Core/Cleanup: * move repeating code into separate method for storing locale strings in ObjectMgr (copy/paste sucks, you know) * fix 'signed/unsigned' warnings (at least in VS) * fix some other warnings and cleanup relative code --HG-- branch : trunk --- src/server/shared/Common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/shared/Common.h') diff --git a/src/server/shared/Common.h b/src/server/shared/Common.h index 2c72d8b05a0..5324416c05f 100644 --- a/src/server/shared/Common.h +++ b/src/server/shared/Common.h @@ -184,6 +184,8 @@ extern char const* localeNames[MAX_LOCALE]; LocaleConstant GetLocaleByName(const std::string& name); +typedef std::vector StringVector; + // we always use stdlibc++ std::max/std::min, undefine some not C++ standard defines (Win API and some other platforms) #ifdef max #undef max -- cgit v1.2.3