mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-02 06:41:40 +00:00
Fix const-ness of a function parameter
* include/abg-fwd.h (is_function_decl): Add a const to the parameter to make it comply with the definition in abg-ir.cc. Woops. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
d7c2caf23a
commit
1a6b957401
@ -174,7 +174,7 @@ bool
|
||||
is_template_parameter(const shared_ptr<decl_base>);
|
||||
|
||||
function_decl*
|
||||
is_function_decl(decl_base*);
|
||||
is_function_decl(const decl_base*);
|
||||
|
||||
shared_ptr<function_decl>
|
||||
is_function_decl(shared_ptr<decl_base>);
|
||||
|
Loading…
Reference in New Issue
Block a user