summaryrefslogtreecommitdiff
path: root/src/Convert.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-07 13:00:34 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-07 13:48:44 -0400
commit6038bd4fd95050f77c18c7cbf9ec2ca9152590af (patch)
treee410553db8cfb1ef879eae8b2c90cee46dc1b1b3 /src/Convert.c
parent61df064c511bb93b49a67a2d2b3c4886d650eeda (diff)
constify table passed to _XtTableAddConverter to reduce strict compiler warnings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Convert.c')
-rw-r--r--src/Convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Convert.c b/src/Convert.c
index 937a51d..7c00e30 100644
--- a/src/Convert.c
+++ b/src/Convert.c
@@ -188,7 +188,7 @@ void _XtTableAddConverter(
XrmRepresentation from_type,
XrmRepresentation to_type,
XtTypeConverter converter,
- XtConvertArgList convert_args,
+ XtConvertArgRec const *convert_args,
Cardinal num_args,
_XtBoolean new_style,
XtCacheType cache_type,