From 06dea145404f4a636205d5e01b104cec7d156869 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 3 May 2008 21:15:25 +0000 Subject: Changed spaces to tab, thus annoying everyone who now have to do a large recompile. svn-id: r31848 --- common/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/list.h b/common/list.h index 2fe07a5ccc..fb093804ce 100644 --- a/common/list.h +++ b/common/list.h @@ -163,7 +163,7 @@ public: newNode->_next->_prev = newNode; } - template + template void insert(iterator pos, iterator2 first, iterator2 last) { for (; first != last; ++first) insert(pos, *first); -- cgit v1.2.3