summaryrefslogtreecommitdiff
path: root/src/include/cctk_Parameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_Parameter.h')
-rw-r--r--src/include/cctk_Parameter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/cctk_Parameter.h b/src/include/cctk_Parameter.h
index f7a63410..926da5da 100644
--- a/src/include/cctk_Parameter.h
+++ b/src/include/cctk_Parameter.h
@@ -125,9 +125,9 @@ int CCTK_ParameterSet (const char *name, /* The name of the parameter */
const char *value); /* The value of the parameter */
/* get the data pointer to and type of a parameter's value */
-void *CCTK_ParameterGet (const char *name, /* The name of the parameter */
- const char *thorn, /* The originating thorn */
- int *type); /* Holds type of parameter */
+const void *CCTK_ParameterGet (const char *name, /* The name of the parameter*/
+ const char *thorn, /* The originating thorn */
+ int *type); /* Holds type of parameter */
/* get the string representation of a parameter's value
(string should be freed afterwards) */