From 1f30d454c1f0059bb2b324d7831ba4df1e9f0192 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 6 Apr 2009 22:56:35 +0000 Subject: [PATCH] - fix 25801 [r25804] --- include/libfirm/typerep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/typerep.h b/include/libfirm/typerep.h index ad375b086..321ae0f8b 100644 --- a/include/libfirm/typerep.h +++ b/include/libfirm/typerep.h @@ -1002,7 +1002,7 @@ ident *default_mangle_inherited_name(const ir_entity *ent, const ir_type *clss); * used. * @param clss The class type in which the new entity will be placed. */ -typedef ident *mangle_inherited_name_func(ir_entity *ent, ir_type *clss); +typedef ident *mangle_inherited_name_func(const ir_entity *ent, const ir_type *clss); /** Resolve implicit inheritance. * -- 2.20.1