From a87ad4f47c8badc8826a3541717fd1d26daf614b Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 17 May 2010 21:57:52 +0200 Subject: [PATCH] lib/base/eptrlist.h: fix tabs --- lib/base/eptrlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index 7512305..0da46da 100644 --- a/lib/base/eptrlist.h +++ b/lib/base/eptrlist.h @@ -164,7 +164,7 @@ public: // returns a pointer to this new vector ( the reserved memory must deletet from the receiver !! ) std::vector* v=new std::vector(); v->reserve( std::list::size() ); - for ( std_list_T_iterator it( std::list::begin() ); it != std::list::end(); it++) + for ( std_list_T_iterator it( std::list::begin() ); it != std::list::end(); it++) v->push_back( **it ); return v; -- 2.7.4