Fix build.

This commit is contained in:
David Anderson 2013-08-25 11:26:37 -07:00
parent a9905ec95e
commit db1b7a8067

View File

@ -148,7 +148,7 @@ public:
if (!i.found()) if (!i.found())
{ {
memory_used_ += key.length() + 1; memory_used_ += key.length() + 1;
if (!internal_.add(i, value)) if (!internal_.add(i))
return false; return false;
i->key = aKey; i->key = aKey;
} }