mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 04:28:00 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
|
||||
ucsconfig *ucsconfig::_chat_config = nullptr;
|
||||
|
||||
string ucsconfig::GetByName(const string &var_name) const {
|
||||
std::string ucsconfig::GetByName(const std::string &var_name) const {
|
||||
return(EQEmuConfig::GetByName(var_name));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user