diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:34:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:34:31 -0700 |
commit | 954fc5687b9805201c425fd3139acb6d19bd9bd5 (patch) | |
tree | 8145fed234d1879178f2dec648c132e402f223b2 /ULabelP.h | |
parent | b08c43c680e4ad3092893bc7f3eb5f98e67648af (diff) |
const cleanup
Clears up 32 out of 49 -Wdiscarded-qualifiers warnings from gcc
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'ULabelP.h')
-rw-r--r-- | ULabelP.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ typedef struct { Pixel foreground; XFontStruct *font; XFontSet fontset; - char *label; + String label; XtJustify justify; Dimension internal_width; Dimension internal_height; |