Mismatch of types: void and return.
[novacoin.git] / src / util.h
index 53dc567..6ddc7a6 100644 (file)
@@ -483,7 +483,7 @@ public:
 
     int size() const
     {
-        return vValues.size();
+        return static_cast<int>(vValues.size());
     }
 
     std::vector<T> sorted () const