X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/936231df33baf5f16adb58b3e19de30332aae398..10f779bd487379e0a9aec80e586c562e2ac71273:/lib/base/eptrlist.h?ds=sidebyside diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index 75123053..0da46daa 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;