Solo4K Support.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-vuplus / enigma2 / enigma2 / enigma2_vuplus_eptrlist_insert.patch
diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_eptrlist_insert.patch b/meta-openvuplus/recipes-vuplus/enigma2/enigma2/enigma2_vuplus_eptrlist_insert.patch
deleted file mode 100644 (file)
index 9f58493..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-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<T*>::begin(), std::list<T*>::end(), e, less()), e );
-+              return this->insert( std::lower_bound( std::list<T*>::begin(), std::list<T*>::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<ePtr<T> >::begin(), e, std::list<ePtr<T> >::end()), e );
-+              return this->insert( std::lower_bound( std::list<ePtr<T> >::begin(), e, std::list<ePtr<T> >::end()), e );
-       }
- };