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
1 changed files with 1 additions and 1 deletions

View File

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