mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+2
-2
@@ -45,7 +45,7 @@ ChatChannelList *ChannelList;
|
||||
|
||||
Database database;
|
||||
|
||||
string WorldShortName;
|
||||
std::string WorldShortName;
|
||||
|
||||
const ucsconfig *Config;
|
||||
|
||||
@@ -60,7 +60,7 @@ void CatchSignal(int sig_num) {
|
||||
worldserver->Disconnect();
|
||||
}
|
||||
|
||||
string GetMailPrefix() {
|
||||
std::string GetMailPrefix() {
|
||||
|
||||
return "SOE.EQ." + WorldShortName + ".";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user