Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / python / py-param.c
index 455c99e51641dcce738dd398803332e58aba7799..3f8d4e327d2967ca0b86fbf30936d5c01cd16a6d 100644 (file)
@@ -357,7 +357,7 @@ call_doc_function (PyObject *obj, PyObject *method, PyObject *arg)
    neither exist, insert a string indicating the Parameter is not
    documented.  */
 static void
-get_set_value (char *args, int from_tty,
+get_set_value (const char *args, int from_tty,
               struct cmd_list_element *c)
 {
   PyObject *obj = (PyObject *) get_cmd_context (c);
This page took 0.023448 seconds and 4 git commands to generate.