Skip to content

Commit

Permalink
[Truffle] Forgot field in copy constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Feb 9, 2015
1 parent 17b1fc8 commit 9cfbea3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -271,6 +271,7 @@ public IndexNode(IndexNode prev) {
super(prev);
readNode = prev.readNode;
readSliceNode = prev.readSliceNode;
readNormalizedSliceNode = prev.readNormalizedSliceNode;
fallbackNode = prev.fallbackNode;
}

Expand Down

0 comments on commit 9cfbea3

Please sign in to comment.