This commit is contained in:
JoelKatz
2013-03-03 16:46:24 -08:00
parent bc99fdc45f
commit a96676f122

View File

@@ -51,7 +51,7 @@ bool HashedObjectStore::store(HashedObjectType type, uint32 index,
if (!mWritePending)
{
mWritePending = true;
theApp->getJobQueue().addJob(jtWRITE, "HasedObject::store",
theApp->getJobQueue().addJob(jtWRITE, "HashedObject::store",
boost::bind(&HashedObjectStore::bulkWrite, this));
}
}