Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Accidentally removed the optional type info argument to mallocNoSync.
Browse files Browse the repository at this point in the history
  • Loading branch information
Orvid committed Jan 13, 2015
1 parent f0027c7 commit 17ef8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc/gc.d
Expand Up @@ -471,7 +471,7 @@ class GC
//
//
//
private void *mallocNoSync(size_t size, uint bits, ref size_t alloc_size) nothrow
private void *mallocNoSync(size_t size, uint bits, ref size_t alloc_size, const TypeInfo ti = null) nothrow
{
assert(size != 0);

Expand Down

0 comments on commit 17ef8cd

Please sign in to comment.