summaryrefslogtreecommitdiffstats
path: root/core/object/message_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/object/message_queue.h')
-rw-r--r--core/object/message_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object/message_queue.h b/core/object/message_queue.h
index ee62919356..04371a4d4a 100644
--- a/core/object/message_queue.h
+++ b/core/object/message_queue.h
@@ -155,7 +155,7 @@ public:
bool is_flushing() const;
int get_max_buffer_usage() const;
- CallQueue(Allocator *p_custom_allocator = 0, uint32_t p_max_pages = 8192, const String &p_error_text = String());
+ CallQueue(Allocator *p_custom_allocator = nullptr, uint32_t p_max_pages = 8192, const String &p_error_text = String());
virtual ~CallQueue();
};