Fix FTBFS with clang.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0cc35839ad)
r14.0.x
Slávek Banko 4 years ago
parent ccf0a4a8c7
commit 145f8af2f0
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -118,7 +118,7 @@ struct Diff3Line
pFineAB=0; pFineBC=0; pFineCA=0;
}
bool operator==( const Diff3Line& d3l )
bool operator==( const Diff3Line& d3l ) const
{
return lineA == d3l.lineA && lineB == d3l.lineB && lineC == d3l.lineC
&& bAEqB == d3l.bAEqB && bAEqC == d3l.bAEqC && bBEqC == d3l.bBEqC;

Loading…
Cancel
Save