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