Skip to content

Commit

Permalink
Fix build pff
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Jan 17, 2025
1 parent 8e9a61d commit fb4738d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/derelict/cocoa/runtime.d
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ bool class_addIvar (Class cls, string name, size_t size, byte alignment, string

bool class_addMethod (Class cls, SEL name, IMP imp, string types) nothrow @nogc
{
CString typesZ = CString(types)
CString typesZ = CString(types);
return varclass_addMethod(cls, name, imp, typesZ.storage);
}

Expand Down

0 comments on commit fb4738d

Please # to comment.