Skip to content

Commit fc4411a

Browse files
SiegeLordExSiegeLord
authored andcommitted
Daft
1 parent 3051a6e commit fc4411a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allegro5/internal/da5.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module allegro5.internal.da5;
2121
char[] ColorWrapper(
2222
in char[] prefix, in char[] func, in char[] arg_decls, in char[] arg_names)
2323
{
24-
static if (needsMinGW4CallingConvention)
24+
static if (NeedsMinGW4CallingConvention)
2525
{
2626
// Implement a new D function to wrap Allegro's C function,
2727
// fixing the calling convention (see comment for ColorWrapper above).

0 commit comments

Comments
 (0)