Windows build fixes.

This commit is contained in:
Adam Ierymenko 2014-10-19 12:56:39 -07:00
parent 2eeb3dee9e
commit 74f36f5dc0
9 changed files with 163 additions and 83 deletions

View file

@ -112,7 +112,7 @@ public:
inline unsigned int numSupernodes() const
{
Mutex::Lock _l(_lock);
return _supernodePeers.size();
return (unsigned int)_supernodePeers.size();
}
/**