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/?a=commitdiff_plain;ds=inline;h=f5a64721338ea4cb821c024d27903ab127737fcd;p=vuplus_dvbapp 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;