Skip to content

Commit

Permalink
Update injection.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
ArborealAnole authored Jan 25, 2022
1 parent 79628f0 commit dfba895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion injection.zig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const A = struct {
b: TransportationAuthority,
};

const TimeVarianceAuthority = struct {using allocator: Allocator, using o: FreeEnergy, const info = "redacted";};
const TimeVarianceAuthority = struct {using allocator: *Allocator, using o: FreeEnergy, const info = "redacted";};

fn runTrains(tn: *TrainNetwork) void { // hidden parameter injections required (1 *Allocator, 1 *const CompanyInfo)
tn.operate();
Expand Down

0 comments on commit dfba895

Please sign in to comment.