From: Michael Beck Date: Mon, 6 Apr 2009 22:56:35 +0000 (+0000) Subject: - fix 25801 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1f30d454c1f0059bb2b324d7831ba4df1e9f0192;p=libfirm - fix 25801 [r25804] --- 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. *