From 5644d8fe18fdc8ba91a48c0466389bcdd7cd3545 Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 10 Jun 2015 17:57:57 -0300 Subject: [PATCH] Fix typo in doc/object.cpp --- src/doc/object.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/object.cpp b/src/doc/object.cpp index 001477b43..5189367a8 100644 --- a/src/doc/object.cpp +++ b/src/doc/object.cpp @@ -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 objects; Object::Object(ObjectType type)