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)