diff options
Diffstat (limited to 'raul/List.hpp')
-rw-r--r-- | raul/List.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/List.hpp b/raul/List.hpp index 199756f..27e88f5 100644 --- a/raul/List.hpp +++ b/raul/List.hpp @@ -144,7 +144,7 @@ public: typename List<T>::Node* _listnode; }; - void chop_front(List<T>& front, size_t front_size, Node* new_head); + void chop_front(List<T>& front, size_t front_size, Node* front_tail); Node* erase(const iterator iter); |