diff options
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; |