summaryrefslogtreecommitdiff
path: root/src/main/Groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/Groups.c')
-rw-r--r--src/main/Groups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index 6716692f..f8125787 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -2810,7 +2810,7 @@ const int *CCTKi_GroupLengthAsPointer(const char *fullgroupname)
@endvar
@var data
@vdesc Data passed from expression evaluator
- @vtype void *
+ @vtype const void *
@vio in
@vcomment
Should be a char * with the thorn name.
@@ -2824,7 +2824,7 @@ const int *CCTKi_GroupLengthAsPointer(const char *fullgroupname)
static int IntParameterEvaluator(int nvars,
const char * const *vars,
uExpressionValue *vals,
- void *data)
+ const void *data)
{
int i;