X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2Feptrlist.h;h=361323cc8cdceccc8f719e80b3c889bee94b86bc;hp=0da46daa49ca47759531616f2b0df746c3365fe7;hb=afa141eedd597d0468d33b97a79f738a9ebfd11f;hpb=7b7a80a1f979b0bd9c68aa33af968db25bf63f81 diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index 0da46da..361323c 100644 --- a/lib/base/eptrlist.h +++ b/lib/base/eptrlist.h @@ -174,7 +174,7 @@ public: { // added a new item to the list... in order // returns a iterator to the new item - return insert( std::lower_bound( std::list::begin(), std::list::end(), e, less()), e ); + return this->insert( std::lower_bound( std::list::begin(), std::list::end(), e, less()), e ); } }; @@ -804,7 +804,7 @@ public: { // added a new item to the list... in order // returns a iterator to the new item - return insert( std::lower_bound( std::list >::begin(), e, std::list >::end()), e ); + return this->insert( std::lower_bound( std::list >::begin(), e, std::list >::end()), e ); } };