Skip to content

Commit

Permalink
Add some missing provides directives.
Browse files Browse the repository at this point in the history
Fixes parametric role precompilation bug from RT#115240.
  • Loading branch information
jnthn committed Oct 24, 2012
1 parent 334de3b commit 323c6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pmc/ownedhash.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "../6model/sixmodelobject.h"

pmclass OwnedHash extends Hash auto_attrs dynpmc group nqp {
pmclass OwnedHash extends Hash provides hash auto_attrs dynpmc group nqp {
/* The object that owns this hash. */
ATTR PMC *owner;

Expand Down
2 changes: 1 addition & 1 deletion src/pmc/ownedresizablepmcarray.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "../6model/sixmodelobject.h"

pmclass OwnedResizablePMCArray extends ResizablePMCArray auto_attrs dynpmc group nqp {
pmclass OwnedResizablePMCArray extends ResizablePMCArray provides array auto_attrs dynpmc group nqp {
/* The object that owns this RPA. */
ATTR PMC *owner;

Expand Down

0 comments on commit 323c6fa

Please sign in to comment.