Skip to content

Commit

Permalink
Add missing Revalidate to fix NRE with subset ACCEPTS, colomon++
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jan 10, 2012
1 parent 4b71f28 commit 1c4a771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ObjModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ public class DispatchSet {
Array.Copy(super.mo.mro, 0, mro, 1, mro.Length - 1);
mro[0] = stable;
FillClass(super.all_slot, new STable[] { super }, mro);
Revalidate();
stable.SetupVTables();
}

public bool AcceptsType(P6any obj) {
Expand Down

0 comments on commit 1c4a771

Please sign in to comment.