aboutsummaryrefslogtreecommitdiff
path: root/src/Slicing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Slicing.h')
-rw-r--r--src/Slicing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slicing.h b/src/Slicing.h
index eb0cf26..c4afa34 100644
--- a/src/Slicing.h
+++ b/src/Slicing.h
@@ -29,7 +29,7 @@ extern "C" {
#define SLICING_NO -1
struct Einstein_slicing {
- char *name;
+ const char *name;
int param_active;
int (*timetoslice)(cGH*);
};