addrman.h, main.h: fix msvc warnings
[novacoin.git] / src / addrman.h
index 5f5bf79..beb543a 100644 (file)
@@ -569,7 +569,7 @@ public:
     // Return the number of (unique) addresses in all tables.
     int size()
     {
-        return vRandom.size();
+        return (int) vRandom.size();
     }
 
     // Consistency check