mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +00:00
Fix typo in doc/object.cpp
This commit is contained in:
parent
e0781eb461
commit
5644d8fe18
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user