# | Line 23 | Line 23 | sub new { | |
---|---|---|
23 | bless $self, $class; | |
24 | $self->{toolbox}=shift; | |
25 | $self->{Arch}=1; | |
26 | < | push @{$self->{ARCHBLOCK}}, $Arch; |
26 | > | push @{$self->{ARCHBLOCK}}, $self->{Arch}; |
27 | return $self; | |
28 | } | |
29 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |