aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/linked_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/archetype/linked_list.h')
-rw-r--r--engines/glk/archetype/linked_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/archetype/linked_list.h b/engines/glk/archetype/linked_list.h
index e0f4b08cd2..6f8fea84d8 100644
--- a/engines/glk/archetype/linked_list.h
+++ b/engines/glk/archetype/linked_list.h
@@ -53,7 +53,7 @@ extern void dispose_list(ListType &the_list);
/**
* Iterates through the given list
*/
-extern bool iterate_list(ListType &the_list, NodePtr index);
+extern bool iterate_list(ListType &the_list, NodePtr &index);
/**
* Appends a new item to the list