Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a language-o, which results in ClassHOW's attribute support now w…
…orking.
  • Loading branch information
jnthn committed Oct 2, 2010
1 parent 2914f84 commit 5295760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metamodel/how/NQPClassHOW.pm
Expand Up @@ -59,7 +59,7 @@ knowhow NQPClassHOW {
if %!attributes{$name} {
pir::die("This class already has an attribute named " ~ $name);
}
%!attributes.add($name, $meta_attr);
%!attributes{$name} := $meta_attr;
}

method add_parent($obj, $parent) {
Expand Down

0 comments on commit 5295760

Please sign in to comment.