aboutsummaryrefslogtreecommitdiff
path: root/src/helper/jim-nvp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/jim-nvp.h')
-rw-r--r--src/helper/jim-nvp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/jim-nvp.h b/src/helper/jim-nvp.h
index 05d79c4..ca382dd 100644
--- a/src/helper/jim-nvp.h
+++ b/src/helper/jim-nvp.h
@@ -245,7 +245,7 @@ int Jim_GetOpt_Obj(Jim_GetOptInfo *goi, Jim_Obj **puthere);
* \param puthere - where param is put
* \param len - return its length
*/
-int Jim_GetOpt_String(Jim_GetOptInfo *goi, char **puthere, int *len);
+int Jim_GetOpt_String(Jim_GetOptInfo *goi, const char **puthere, int *len);
/** Remove argv[0] as double.
*