From c1141307a2b75a4c12424476307c4dd4244ecac6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Nov 2010 00:59:54 +0000 Subject: Fix race crash processing event list (Raul::ListImpl seriously needs an audit and heavy testing...) git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2673 a436a847-0d15-0410-975c-d299462d15a1 --- raul/List.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/List.hpp') 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::Node* _listnode; }; - void chop_front(List& front, size_t front_size, Node* new_head); + void chop_front(List& front, size_t front_size, Node* front_tail); Node* erase(const iterator iter); -- cgit v1.2.1