mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Remove 'using namespaces std' fixes #61
This commit is contained in:
+1
-1
@@ -705,7 +705,7 @@ int ZSList::GetZoneCount() {
|
||||
return(numzones);
|
||||
}
|
||||
|
||||
void ZSList::GetZoneIDList(vector<uint32> &zones) {
|
||||
void ZSList::GetZoneIDList(std::vector<uint32> &zones) {
|
||||
LinkedListIterator<ZoneServer*> iterator(list);
|
||||
iterator.Reset();
|
||||
while(iterator.MoreElements()) {
|
||||
|
||||
Reference in New Issue
Block a user