From: ghost Date: Mon, 17 May 2010 19:57:52 +0000 (+0200) Subject: lib/base/eptrlist.h: fix tabs X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=a87ad4f47c8badc8826a3541717fd1d26daf614b lib/base/eptrlist.h: fix tabs --- 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;