diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-01 20:16:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-07-01 20:17:57 -0400 |
commit | 1064bad5f2e2a590c1bb7772d94097997ee65ad1 (patch) | |
tree | a7fced61346fb2f0021b2aa132cff4f22e9e7f1f /include | |
parent | 69e1e1362bbe7883a34227ac4135dd3cd75a348d (diff) |
build-fixes when _CONST_X_STRING is defined
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/Xaw3d/List.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/List.h b/include/X11/Xaw3d/List.h index 99e61df..087fc4e 100644 --- a/include/X11/Xaw3d/List.h +++ b/include/X11/Xaw3d/List.h @@ -181,7 +181,7 @@ _XFUNCPROTOBEGIN extern void XawListChange( Widget /* w */, - String* /* list */, + char** /* list */, int /* nitems */, int /* longest */, #if NeedWidePrototypes |