aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk_types.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-14 18:43:30 -0700
committerPaul Gilbert2019-04-17 20:46:06 -0700
commit8e11a14939365c3a2994602b5db11a4fe6e8eaac (patch)
treea0bc1be59cf578317f3a0bd0d809d1b194388a2f /engines/glk/glk_types.h
parente271cdc6534763f4472c3ff70c22292268300814 (diff)
downloadscummvm-rg350-8e11a14939365c3a2994602b5db11a4fe6e8eaac.tar.gz
scummvm-rg350-8e11a14939365c3a2994602b5db11a4fe6e8eaac.tar.bz2
scummvm-rg350-8e11a14939365c3a2994602b5db11a4fe6e8eaac.zip
GLK: GLULXE: Set up method definitions, glkop methods
Diffstat (limited to 'engines/glk/glk_types.h')
-rw-r--r--engines/glk/glk_types.h2
1 files changed, 1 insertions, 1 deletions
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 *?