Constification of parse_linespec and fallout:
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index ea5ca2171dd027b3b92d0a93bac0d7c96a2a0b20..6c809a401a3511583a365e2acfa565ad7ceb3717 100644 (file)
@@ -1353,7 +1353,7 @@ lookup_template_type (char *name, struct type *type,
    If NAME is the name of a baseclass type, return that type.  */
 
 struct type *
-lookup_struct_elt_type (struct type *type, char *name, int noerr)
+lookup_struct_elt_type (struct type *type, const char *name, int noerr)
 {
   int i;
   char *typename;
This page took 0.023587 seconds and 4 git commands to generate.