From 954fc5687b9805201c425fd3139acb6d19bd9bd5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 3 Apr 2022 15:34:31 -0700 Subject: const cleanup Clears up 32 out of 49 -Wdiscarded-qualifiers warnings from gcc Signed-off-by: Alan Coopersmith --- ULabelP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ULabelP.h') 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; -- cgit v1.2.3