mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-30 05:42:05 +00:00
constify dm_context_rel::operator==
* include/abg-ir.h (dm_context_rel::operator==): Make this const. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
e2a547c613
commit
5c67f59f76
@ -1522,7 +1522,7 @@ public:
|
||||
{offset_in_bits_ = o;}
|
||||
|
||||
bool
|
||||
operator==(const dm_context_rel& o)
|
||||
operator==(const dm_context_rel& o) const
|
||||
{
|
||||
if (!context_rel::operator==(o))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user