new dmd requirement

This commit is contained in:
Adam D. Ruppe 2017-07-24 11:23:02 -04:00
parent 28e9587730
commit 12ed2e3f36
1 changed files with 1 additions and 1 deletions

2
ttf.d
View File

@ -1201,7 +1201,7 @@ static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__edge *e,
STBTT_free(scanline, userdata);
}
extern(C) int stbtt__edge_compare(const void *p, const void *q)
extern(C) int stbtt__edge_compare(scope const void *p, scope const void *q)
{
stbtt__edge *a = cast(stbtt__edge *) p;
stbtt__edge *b = cast(stbtt__edge *) q;