Damn you VS default settings..

This commit is contained in:
leak
2014-05-30 15:46:17 +02:00
parent 5a363ee0e1
commit b520f7da01
6 changed files with 814 additions and 814 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ public:
uint32 size() const { return m_realms.size(); }
private:
void UpdateRealms(bool init=false);
void UpdateRealms(bool init = false);
void UpdateRealm(uint32 id, const std::string& name, ACE_INET_Addr const& address, ACE_INET_Addr const& localAddr, ACE_INET_Addr const& localSubmask, uint8 icon, RealmFlags flag, uint8 timezone, AccountTypes allowedSecurityLevel, float popu, uint32 build);
RealmMap m_realms;