mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -787,7 +787,7 @@ void Client::SendZoneFlagInfo(Client *to) const {
|
||||
return;
|
||||
}
|
||||
|
||||
set<uint32>::const_iterator cur, end;
|
||||
std::set<uint32>::const_iterator cur, end;
|
||||
cur = zone_flags.begin();
|
||||
end = zone_flags.end();
|
||||
char empty[1] = { '\0' };
|
||||
|
||||
Reference in New Issue
Block a user