Bugfixes.

This commit is contained in:
JoelKatz
2011-12-15 12:44:29 -08:00
parent a58e2ec5ca
commit c7f890ab47
10 changed files with 16 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ private:
protected:
bool addUpdateItem(SHAMapItem::pointer);
bool delItem(const SHAMapItem::pointer i) { delItem(i->getTag()); }
bool delItem(const SHAMapItem::pointer i) { return delItem(i->getTag()); }
bool delItem(const uint256& tag);
public: