Skip to content

Commit

Permalink
Revisions to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Nov 8, 2018
1 parent e5ff502 commit d8a4021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/management_assign/main.adept
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'sys/cstdio.adept'

struct Assigned (value int)

func __assign__(this *Assigned, rhs Assigned) void {
func __assign__(this *Assigned, rhs POD Assigned) void {
this.value = 12345
}

Expand Down
Binary file modified examples/package/sum.dep
Binary file not shown.

0 comments on commit d8a4021

Please sign in to comment.