diff options
Diffstat (limited to 'engines/glk/tads/tads2/object.cpp')
-rw-r--r-- | engines/glk/tads/tads2/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/tads/tads2/object.cpp b/engines/glk/tads/tads2/object.cpp index 4e6f309883..7bd2f3a279 100644 --- a/engines/glk/tads/tads2/object.cpp +++ b/engines/glk/tads/tads2/object.cpp @@ -419,7 +419,7 @@ void objdelp(mcmcxdef *mctx, objnum objn, prpnum prop, int mark_only) * pointer is null, no undo information is kept. */ void objsetp(mcmcxdef *ctx, objnum objn, prpnum prop, dattyp typ, - void *val, objucxdef *undoctx) + const void *val, objucxdef *undoctx) { objdef *objptr; prpdef *p; |