Fix typo in doc/object.cpp

This commit is contained in:
David Capello 2015-06-10 17:57:57 -03:00
parent e0781eb461
commit 5644d8fe18

View File

@ -19,7 +19,7 @@ namespace doc {
static base::mutex mutex;
static ObjectId newId = 0;
// TODO Profile this and see if an unordered_map works best.
// TODO Profile this and see if an unordered_map is better
static std::map<ObjectId, Object*> objects;
Object::Object(ObjectType type)