- fix 25801
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 6 Apr 2009 22:56:35 +0000 (22:56 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 6 Apr 2009 22:56:35 +0000 (22:56 +0000)
[r25804]

include/libfirm/typerep.h

index ad375b0..321ae0f 100644 (file)
@@ -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.
  *