Some cleanups.

This commit is contained in:
JoelKatz
2013-07-05 03:34:24 -07:00
parent 1fb4106f2f
commit be68458aff
3 changed files with 5 additions and 17 deletions

View File

@@ -122,7 +122,7 @@ public:
return !!mItem;
}
SHAMapItem::ref peekItem ()
{
{ // CAUTION: Do not modify the item
return mItem;
}
SHAMapItem::pointer getItem () const;