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.cpp | |
parent | ec12b76b392d65f02ad1b2d48508771f77284b50 (diff) | |
parent | b6c288ca9fb271923f493ee39d78b5dc4b2a996f (diff) |
*Merged with 464.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Common.cpp')
-rw-r--r-- | src/shared/Common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Common.cpp b/src/shared/Common.cpp index 93e876bc007..5e24b0e6594 100644 --- a/src/shared/Common.cpp +++ b/src/shared/Common.cpp @@ -32,7 +32,7 @@ char const* localeNames[MAX_LOCALE] = { "ruRU" }; -LocaleConstant GetLocaleByName(std::string name) +LocaleConstant GetLocaleByName(const std::string& name) { for(uint32 i = 0; i < MAX_LOCALE; ++i) if(name==localeNames[i]) |