summaryrefslogtreecommitdiff
path: root/ULabelP.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-03 15:34:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-03 15:34:31 -0700
commit954fc5687b9805201c425fd3139acb6d19bd9bd5 (patch)
tree8145fed234d1879178f2dec648c132e402f223b2 /ULabelP.h
parentb08c43c680e4ad3092893bc7f3eb5f98e67648af (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ULabelP.h b/ULabelP.h
index d25acb9..616025d 100644
--- a/ULabelP.h
+++ b/ULabelP.h
@@ -82,7 +82,7 @@ typedef struct {
Pixel foreground;
XFontStruct *font;
XFontSet fontset;
- char *label;
+ String label;
XtJustify justify;
Dimension internal_width;
Dimension internal_height;