Skip to content

Commit ad5af18

Browse files
committed
bless doesn't like the whatever star any more.
1 parent 97b7b6c commit ad5af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl6/rc-forest-fire

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Forest {
1414
has $.f;
1515

1616
method new(Int $height, Int $width, $p=0.01, $f=0.001) {
17-
my $c = self.bless(*, :$height, :$width, :$p, :$f);
17+
my $c = self.bless(:$height, :$width, :$p, :$f);
1818
$c!init-grid;
1919
$c!init-neighbors;
2020
return $c;

0 commit comments

Comments
 (0)