diff options
Diffstat (limited to 'engines/glk/tads/tads2/data.h')
-rw-r--r-- | engines/glk/tads/tads2/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/tads/tads2/data.h b/engines/glk/tads/tads2/data.h index e573730fb7..6a914cda7b 100644 --- a/engines/glk/tads/tads2/data.h +++ b/engines/glk/tads/tads2/data.h @@ -50,7 +50,7 @@ enum DataType { typedef int dattyp; /* determine the size of a piece of data */ -uint datsiz(dattyp typ, void *valptr); +uint datsiz(dattyp typ, const void *valptr); } // End of namespace TADS2 } // End of namespace TADS |