Browse Source

make CAddrMan::size() return the correct type of size_t

v1.0.9-lin
Philip Kaufmann 9 years ago
committed by Jack Grigg
parent
commit
da7579184e
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      src/addrman.h

2
src/addrman.h

@ -470,7 +470,7 @@ public:
}
//! Return the number of (unique) addresses in all tables.
int size()
size_t size() const
{
return vRandom.size();
}

Loading…
Cancel
Save