diff options
author | Chaz Brown <iamparadox@netscape.net> | 2009-09-19 00:51:47 -0400 |
---|---|---|
committer | Chaz Brown <iamparadox@netscape.net> | 2009-09-19 00:51:47 -0400 |
commit | 15d85229fae45405557aa6b706681dabaf854ed5 (patch) | |
tree | ea76da95ba40d28f0c217ca3bfc429797c373764 /src/trinityrealm/RealmList.h | |
parent | 118e01a08e45c0a2824fb708b93769714f3ffa2e (diff) |
Replace useless code with more useful code.
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/RealmList.h')
-rw-r--r-- | src/trinityrealm/RealmList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinityrealm/RealmList.h b/src/trinityrealm/RealmList.h index b157fe8cc5c..25f0c01da14 100644 --- a/src/trinityrealm/RealmList.h +++ b/src/trinityrealm/RealmList.h @@ -61,7 +61,7 @@ class RealmList uint32 size() const { return m_realms.size(); } private: void UpdateRealms(bool init); - void UpdateRealm( uint32 ID, const std::string& name, const std::string& address, uint32 port, uint8 icon, uint8 color, uint8 timezone, AccountTypes allowedSecurityLevel, float popu, uint32 build); + void UpdateRealm(uint32 ID, const std::string& name, const std::string& address, uint32 port, uint8 icon, uint8 color, uint8 timezone, AccountTypes allowedSecurityLevel, float popu, uint32 build); private: RealmMap m_realms; ///< Internal map of realms uint32 m_UpdateInterval; |