You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/exempi/files/exempi-2.4.5-gcc11.patch

12 lines
346 B

--- a/XMPFiles/source/FormatSupport/P2_Support.hpp
+++ b/XMPFiles/source/FormatSupport/P2_Support.hpp
@@ -79,7 +79,7 @@
}; // class P2_Clip
struct P2SpannedClip_Order
{
- bool operator()( P2_Clip* lhs, P2_Clip* rhs)
+ bool operator()( P2_Clip* lhs, P2_Clip* rhs) const
{
return lhs->GetOffsetInShot() < rhs->GetOffsetInShot();
}