mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix priorityqueue.
This commit is contained in:
@@ -119,5 +119,5 @@ fn void! PriorityQueue.to_format(PriorityQueue* list, Formatter* formatter) @dyn
|
||||
|
||||
fn String PriorityQueue.to_string(PriorityQueue* list, Allocator* using = mem::heap()) @dynamic
|
||||
{
|
||||
return list.heap.to_string(formatter);
|
||||
return list.heap.to_string(using);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user