From 7d9fbeffbafd3ebdd71407c498778b0e55ca20a4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 28 Aug 2013 09:05:53 +0200 Subject: fix broken compilation in eptrlist.h --- lib/base/eptrlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/base/eptrlist.h b/lib/base/eptrlist.h index 0da46daa..b7067beb 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 ); } }; -- cgit v1.2.3