Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:diakopter/6model
  • Loading branch information
diakopter committed Nov 6, 2011
2 parents 3215eb1 + 8a51963 commit 15602da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ function makeLeaveStackUnwinderException ()
function LeaveStackUnwinderException.new(TargetBlock, PayLoad)
local this = {};
this.TargetBlock = TargetBlock;
this.HandleBlock = PayLoad;
this.PayLoad = PayLoad;
this.class = "LeaveStackUnwinderException";
return setmetatable(this, mt);
end
Expand Down

0 comments on commit 15602da

Please sign in to comment.