IsNull doesn't change CBlockLocator, add const hint

This commit is contained in:
Pavel Janík 2014-12-20 16:58:40 +01:00
parent 1b37333a7f
commit bdb6a71d3d

View file

@ -162,7 +162,7 @@ struct CBlockLocator
vHave.clear();
}
bool IsNull()
bool IsNull() const
{
return vHave.empty();
}