diff options
author | Blaymoira <none@none> | 2008-12-12 20:34:51 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-12 20:34:51 +0100 |
commit | ab59d3adcc2a4afc743afe1a998290b99ed95929 (patch) | |
tree | 198a3ddb3aba4e7505869bcb0d631d5a289b817f /src/shared/Common.h | |
parent | ec12b76b392d65f02ad1b2d48508771f77284b50 (diff) | |
parent | b6c288ca9fb271923f493ee39d78b5dc4b2a996f (diff) |
*Merged with 464.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index 9bf44b78f16..684776a694f 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -190,7 +190,7 @@ enum LocaleConstant extern char const* localeNames[MAX_LOCALE]; -LocaleConstant GetLocaleByName(std::string name); +LocaleConstant GetLocaleByName(const std::string& name); // we always use stdlibc++ std::max/std::min, undefine some not C++ standard defines (Win API and some pother platforms) #ifdef max |