From 8e11a14939365c3a2994602b5db11a4fe6e8eaac Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 14 Apr 2019 18:43:30 -0700 Subject: GLK: GLULXE: Set up method definitions, glkop methods --- engines/glk/glk_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/glk_types.h') diff --git a/engines/glk/glk_types.h b/engines/glk/glk_types.h index 3c4b4fb675..7095334344 100644 --- a/engines/glk/glk_types.h +++ b/engines/glk/glk_types.h @@ -230,7 +230,7 @@ union gluniversal_union { byte _uch; ///< Cu int8 _sch; ///< Cs char _ch; ///< Cn - char *_charstr; ///< S + const char *_charstr; ///< S uint32 *_unicharstr; ///< U void *_array; ///< all # arguments uint32 _ptrflag; ///< [ ... ] or *? -- cgit v1.2.3