diff options
Diffstat (limited to 'gdb/varobj.h')
-rw-r--r-- | gdb/varobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/varobj.h b/gdb/varobj.h index 989c8cd..e35c1b8 100644 --- a/gdb/varobj.h +++ b/gdb/varobj.h @@ -51,7 +51,7 @@ enum varobj_scope_status }; /* String representations of gdb's format codes (defined in varobj.c). */ -extern char *varobj_format_string[]; +extern const char *varobj_format_string[]; /* Struct that describes a variable object instance. */ |