X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Feptrlist.h;h=0da46daa49ca47759531616f2b0df746c3365fe7;hp=751230530c06a984023b34b4da44d32d62b2359b;hb=a87ad4f47c8badc8826a3541717fd1d26daf614b;hpb=936231df33baf5f16adb58b3e19de30332aae398 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;