diff --git a/core/object/message_queue.h b/core/object/message_queue.h index 68969dfd392..2349c6d8691 100644 --- a/core/object/message_queue.h +++ b/core/object/message_queue.h @@ -61,7 +61,7 @@ private: }; Mutex mutex; - typedef PagedAllocator Allocator; + typedef PagedAllocator Allocator; Allocator *allocator = nullptr; bool allocator_is_custom = false;