Windows build fixes.
This commit is contained in:
parent
2eeb3dee9e
commit
74f36f5dc0
9 changed files with 163 additions and 83 deletions
|
@ -112,7 +112,7 @@ public:
|
|||
inline unsigned int numSupernodes() const
|
||||
{
|
||||
Mutex::Lock _l(_lock);
|
||||
return _supernodePeers.size();
|
||||
return (unsigned int)_supernodePeers.size();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue