aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/RealmList.cpp
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-12 20:34:51 +0100
committerBlaymoira <none@none>2008-12-12 20:34:51 +0100
commitab59d3adcc2a4afc743afe1a998290b99ed95929 (patch)
tree198a3ddb3aba4e7505869bcb0d631d5a289b817f /src/trinityrealm/RealmList.cpp
parentec12b76b392d65f02ad1b2d48508771f77284b50 (diff)
parentb6c288ca9fb271923f493ee39d78b5dc4b2a996f (diff)
*Merged with 464.
--HG-- branch : trunk
Diffstat (limited to 'src/trinityrealm/RealmList.cpp')
-rw-r--r--src/trinityrealm/RealmList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinityrealm/RealmList.cpp b/src/trinityrealm/RealmList.cpp
index e393ead1ac4..97fdfbdd91f 100644
--- a/src/trinityrealm/RealmList.cpp
+++ b/src/trinityrealm/RealmList.cpp
@@ -44,7 +44,7 @@ void RealmList::Initialize(uint32 updateInterval)
UpdateRealms(true);
}
-void RealmList::UpdateRealm( uint32 ID, std::string name, std::string address, uint32 port, uint8 icon, uint8 color, uint8 timezone, AccountTypes allowedSecurityLevel, float popu)
+void RealmList::UpdateRealm( uint32 ID, const std::string& name, const std::string& address, uint32 port, uint8 icon, uint8 color, uint8 timezone, AccountTypes allowedSecurityLevel, float popu)
{
///- Create new if not exist or update existed
Realm& realm = m_realms[name];