summaryrefslogtreecommitdiff
path: root/media-libs/exempi/files/exempi-2.4.5-gcc11.patch
blob: 259c05d5cbd2f8a21e710a444268f4c51b74e407 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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();
 	}