Skip to content

Instantly share code, notes, and snippets.

Created June 20, 2011 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1036004 to your computer and use it in GitHub Desktop.
Save anonymous/1036004 to your computer and use it in GitHub Desktop.
diff --git a/src/core/List.pm b/src/core/List.pm
index 174a23f..64cd038 100644
--- a/src/core/List.pm
+++ b/src/core/List.pm
@@ -70,7 +70,7 @@ class List {
pir::setattribute__0PPsP(
pir::setattribute__0PPsP(
pir::repr_instance_of__PP(ListIter),
- ListIter, '$!nextiter', $!nextiter),
+ MyListIter, '$!nextiter', $!nextiter),
ListIter, '$!reified', pir__perl6_box_rpa__PP(self.RPA))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment