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

This commit is contained in:
Philip Kaufmann
2015-06-15 14:43:31 +02:00
committed by Jack Grigg
parent e079f010bf
commit da7579184e

View File

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